mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 08:05:20 +02:00
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))
|
||
|
|