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/patches-2.6.35 | |
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/patches-2.6.35')
-rw-r--r-- | target/linux/adm5120/patches-2.6.35/001-adm5120.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.35/001-adm5120.patch b/target/linux/adm5120/patches-2.6.35/001-adm5120.patch index e165b04685..c6eec1e23f 100644 --- a/target/linux/adm5120/patches-2.6.35/001-adm5120.patch +++ b/target/linux/adm5120/patches-2.6.35/001-adm5120.patch @@ -32,7 +32,7 @@ source "arch/mips/jazz/Kconfig" --- a/arch/mips/Makefile +++ b/arch/mips/Makefile -@@ -214,6 +214,22 @@ cflags-$(CONFIG_MACH_JAZZ) += -I$(srctre +@@ -214,6 +214,23 @@ cflags-$(CONFIG_MACH_JAZZ) += -I$(srctre load-$(CONFIG_MACH_JAZZ) += 0xffffffff80080000 # @@ -43,6 +43,7 @@ +core-$(CONFIG_ADM5120_OEM_CELLVISION) += arch/mips/adm5120/cellvision/ +core-$(CONFIG_ADM5120_OEM_COMPEX) += arch/mips/adm5120/compex/ +core-$(CONFIG_ADM5120_OEM_EDIMAX) += arch/mips/adm5120/edimax/ ++core-$(CONFIG_ADM5120_OEM_GENERIC) += arch/mips/adm5120/generic/ +core-$(CONFIG_ADM5120_OEM_INFINEON) += arch/mips/adm5120/infineon/ +core-$(CONFIG_ADM5120_OEM_MIKROTIK) += arch/mips/adm5120/mikrotik/ +core-$(CONFIG_ADM5120_OEM_MOTOROLA) += arch/mips/adm5120/motorola/ |