mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
0f6a9d5c7c
SVN-Revision: 31060
12 lines
195 B
Makefile
12 lines
195 B
Makefile
define Profile/DGN3500B
|
|
NAME:=DGN3500B Netgear
|
|
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg
|
|
endef
|
|
|
|
define Profile/DGN3500B/Description
|
|
Netgear DGN3500B
|
|
endef
|
|
|
|
$(eval $(call Profile,DGN3500B))
|
|
|