2
0
forked from Ivasoft/openwrt

add support for generic eb214a, thanks cezary (#7027)

SVN-Revision: 22275
This commit is contained in:
Florian Fainelli
2010-07-18 10:29:58 +00:00
parent 8b2e8f6674
commit 370e1f64de
17 changed files with 179 additions and 6 deletions

View File

@@ -13,5 +13,16 @@ endef
define Profile/Generic/Description
Generic package set compatible with most boards.
endef
$(eval $(call Profile,Generic))
define Profile/EB-214A
NAME:=Generic EB-214A
PACKAGES:=-wpad-mini -admswconfig -kmod-usb-adm5120 -kmod-ledtrig-adm5120-switch -dnsmasq kmod-usb-uhci kmod-usb2
endef
define Profile/EB-214A/Description
Package set optimized for generic EB-214A boards.
endef
$(eval $(call Profile,Generic))
$(eval $(call Profile,EB-214A))