ed0e649a5b
* adds limited support for netgear dgn3500 (enough for others to start working with) SVN-Revision: 27137
12 lines
202 B
Makefile
12 lines
202 B
Makefile
define Profile/DGN3500B
|
|
NAME:=DGN3500B
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
|
|
endef
|
|
|
|
define Profile/DGN3500B/Description
|
|
Netgear DGN3500B
|
|
endef
|
|
|
|
$(eval $(call Profile,DGN3500B))
|
|
|