summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le/profiles/010-Generic.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-18 10:29:58 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-18 10:29:58 +0000
commitaf139e0177a37caa0cd6f28741ee48a985622a1b (patch)
tree3e7c4142764fe488d0d1d6a2d895a76781b584b2 /target/linux/adm5120/router_le/profiles/010-Generic.mk
parent349bd35d6d71af2b45be93ab278381376763e503 (diff)
[adm5120] add support for generic eb214a, thanks cezary (#7027)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22275 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/router_le/profiles/010-Generic.mk')
-rw-r--r--target/linux/adm5120/router_le/profiles/010-Generic.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/adm5120/router_le/profiles/010-Generic.mk b/target/linux/adm5120/router_le/profiles/010-Generic.mk
index 1d477319d..6c3e5f30e 100644
--- a/target/linux/adm5120/router_le/profiles/010-Generic.mk
+++ b/target/linux/adm5120/router_le/profiles/010-Generic.mk
@@ -13,5 +13,16 @@ endef
define Profile/Generic/Description
Generic package set compatible with most boards.
endef
+
+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))