diff options
author | John Crispin <john@openwrt.org> | 2012-05-27 16:02:16 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-05-27 16:02:16 +0000 |
commit | 3f2f50c68195ea224244615ad1b88e3e02cbb9c5 (patch) | |
tree | 2b959375ef6273d4f9b50abe2ae114f2a119e1ae /target/linux/lantiq/patches-3.3 | |
parent | d1ad1c2c56b33cba78957c4b0c01b03d6238bcae (diff) | |
download | upstream-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.tar.gz upstream-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.tar.bz2 upstream-3f2f50c68195ea224244615ad1b88e3e02cbb9c5.zip |
Add basic configuration for new board ZTE H201L. Still missing are button and led gpio values.
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31908
Diffstat (limited to 'target/linux/lantiq/patches-3.3')
-rw-r--r-- | target/linux/lantiq/patches-3.3/206-machtypes.patch | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/target/linux/lantiq/patches-3.3/206-machtypes.patch b/target/linux/lantiq/patches-3.3/206-machtypes.patch index 7b891e464a..f6f24ea4b4 100644 --- a/target/linux/lantiq/patches-3.3/206-machtypes.patch +++ b/target/linux/lantiq/patches-3.3/206-machtypes.patch @@ -1,6 +1,6 @@ --- a/arch/mips/lantiq/machtypes.h +++ b/arch/mips/lantiq/machtypes.h -@@ -20,6 +20,39 @@ enum lantiq_mach_type { +@@ -20,6 +20,42 @@ enum lantiq_mach_type { LANTIQ_MACH_EASY98000, /* Falcon Eval Board, NOR Flash */ LANTIQ_MACH_EASY98000SF, /* Falcon Eval Board, Serial Flash */ LANTIQ_MACH_EASY98000NAND, /* Falcon Eval Board, NAND Flash */ @@ -37,12 +37,15 @@ + + /* ZyXEL */ + LANTIQ_MACH_P2601HNFX, /* ZyXEL P-2601HN-Fx */ ++ ++ /* ZTE */ ++ LANTIQ_MACH_H201L, /* ZTE ZXV10 H201L */ }; #endif --- a/arch/mips/lantiq/xway/Kconfig +++ b/arch/mips/lantiq/xway/Kconfig -@@ -6,6 +6,34 @@ config LANTIQ_MACH_EASY50712 +@@ -6,6 +6,38 @@ config LANTIQ_MACH_EASY50712 bool "Easy50712 - Danube" default y @@ -66,6 +69,10 @@ + bool "P2601HNFX" + default y + ++config LANTIQ_MACH_H201L ++ bool "H201L" ++ default y ++ +config LANTIQ_MACH_FRITZ_VR9 + bool "FRITZ3370" + default y @@ -79,7 +86,7 @@ choice --- a/arch/mips/lantiq/xway/Makefile +++ b/arch/mips/lantiq/xway/Makefile -@@ -2,3 +2,10 @@ obj-y := sysctrl.o reset.o gpio.o gpio_s +@@ -2,3 +2,11 @@ obj-y := sysctrl.o reset.o gpio.o gpio_s obj-$(CONFIG_LANTIQ_MACH_EASY50712) += mach-easy50712.o obj-$(CONFIG_LANTIQ_MACH_EASY50601) += mach-easy50601.o @@ -90,6 +97,7 @@ +obj-$(CONFIG_LANTIQ_MACH_NETGEAR) += mach-netgear.o +obj-$(CONFIG_LANTIQ_MACH_WBMR) += mach-wbmr.o +obj-$(CONFIG_LANTIQ_MACH_P2601HNFX) += mach-p2601hnfx.o ++obj-$(CONFIG_LANTIQ_MACH_H201L) += mach-h201l.o --- a/arch/mips/lantiq/falcon/Kconfig +++ b/arch/mips/lantiq/falcon/Kconfig @@ -6,6 +6,14 @@ config LANTIQ_MACH_EASY98000 |