2
0
forked from Ivasoft/openwrt

add ar9 specific profile

SVN-Revision: 27536
This commit is contained in:
John Crispin
2011-07-07 18:20:27 +00:00
parent 09d547eae4
commit 3c1079a7a7
8 changed files with 280 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
define Profile/Generic
NAME:=Generic - all boards
PACKAGES:=kmod-leds-gpio button-hotplug
endef
$(eval $(call Profile,Generic))

View File

@@ -0,0 +1,10 @@
define Profile/EASY50812
NAME:=EASY50812
PACKAGES:= kmod-usb-core kmod-usb-dwc-otg kmod-leds-gpio
endef
define Profile/EASY50812/Description
Lantiq EASY50812 evalkit
endef
$(eval $(call Profile,EASY50812))

View File

@@ -0,0 +1,11 @@
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))