diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-07-18 10:29:58 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-07-18 10:29:58 +0000 |
commit | 370e1f64dea4542709e9ab07b921fb5545e589dc (patch) | |
tree | 64cd1ea41f6b950c9e2138185fd4081874583a7f /target/linux/adm5120/image | |
parent | 8b2e8f6674f5ddeab9f9a97a054b1f6d44aa8d6e (diff) | |
download | upstream-370e1f64dea4542709e9ab07b921fb5545e589dc.tar.gz upstream-370e1f64dea4542709e9ab07b921fb5545e589dc.tar.bz2 upstream-370e1f64dea4542709e9ab07b921fb5545e589dc.zip |
add support for generic eb214a, thanks cezary (#7027)
SVN-Revision: 22275
Diffstat (limited to 'target/linux/adm5120/image')
-rw-r--r-- | target/linux/adm5120/image/router_le.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/adm5120/image/router_le.mk b/target/linux/adm5120/image/router_le.mk index 96ad221062..7c4bf1d81b 100644 --- a/target/linux/adm5120/image/router_le.mk +++ b/target/linux/adm5120/image/router_le.mk @@ -210,6 +210,14 @@ define Image/Build/Template/Infineon/Initramfs endef # +# Generic EB-214A +# +define Image/Build/Template/Edimax/Initramfs + $(call Image/Build/LZMAKernel/Admboot,eb-214a,bin) +endef + + +# # Mikrotik RouterBOARD 1xx # define Image/Build/Template/Mikrotik/Initramfs @@ -381,6 +389,7 @@ define Image/Build/Profile/Generic $(call Image/Build/Profile/BR6104KP,$(1)) $(call Image/Build/Profile/BR6104WG,$(1)) $(call Image/Build/Profile/BR6114WG,$(1)) + $(call Image/Build/Profile/EB214A,$(1)) # Infineon $(call Image/Build/Profile/EASY83000,$(1)) $(call Image/Build/Profile/EASY5120RT,$(1)) |