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

@@ -209,6 +209,14 @@ define Image/Build/Template/Infineon/Initramfs
$(call Image/Build/LZMAKernel/Admboot,$(1),gz)
endef
#
# Generic EB-214A
#
define Image/Build/Template/Edimax/Initramfs
$(call Image/Build/LZMAKernel/Admboot,eb-214a,bin)
endef
#
# Mikrotik RouterBOARD 1xx
#
@@ -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))