forked from Ivasoft/openwrt
add ar9 specific profile
SVN-Revision: 27536
This commit is contained in:
6
target/linux/lantiq/ar9/profiles/000-generic.mk
Normal file
6
target/linux/lantiq/ar9/profiles/000-generic.mk
Normal file
@@ -0,0 +1,6 @@
|
||||
define Profile/Generic
|
||||
NAME:=Generic - all boards
|
||||
PACKAGES:=kmod-leds-gpio button-hotplug
|
||||
endef
|
||||
|
||||
$(eval $(call Profile,Generic))
|
||||
10
target/linux/lantiq/ar9/profiles/001-lantiq.mk
Normal file
10
target/linux/lantiq/ar9/profiles/001-lantiq.mk
Normal 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))
|
||||
11
target/linux/lantiq/ar9/profiles/002-netgear.mk
Normal file
11
target/linux/lantiq/ar9/profiles/002-netgear.mk
Normal 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))
|
||||
|
||||
Reference in New Issue
Block a user