summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-09-11 06:43:59 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-09-11 06:43:59 +0000
commit042186d5ab7992c5f4b32bcd89db4d15764a330b (patch)
treee8e60263598a483133483bf8be00f1929388e7be /target
parent58c85a4be7160bdc1b616b4a02df3c9430823fbf (diff)
downloadmaster-31e0f0ae-042186d5ab7992c5f4b32bcd89db4d15764a330b.tar.gz
master-31e0f0ae-042186d5ab7992c5f4b32bcd89db4d15764a330b.tar.bz2
master-31e0f0ae-042186d5ab7992c5f4b32bcd89db4d15764a330b.zip
AR7 will also be running in big-endian on zyxel devices
SVN-Revision: 8741
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar7/patches-2.6.22/100-board_support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar7/patches-2.6.22/100-board_support.patch b/target/linux/ar7/patches-2.6.22/100-board_support.patch
index 5989580ee8..0a226f52e5 100644
--- a/target/linux/ar7/patches-2.6.22/100-board_support.patch
+++ b/target/linux/ar7/patches-2.6.22/100-board_support.patch
@@ -1,7 +1,7 @@
diff -urN linux-2.6.22/arch/mips/Kconfig linux-2.6.22.new/arch/mips/Kconfig
--- linux-2.6.22/arch/mips/Kconfig 2007-07-09 01:32:17.000000000 +0200
+++ linux-2.6.22.new/arch/mips/Kconfig 2007-07-11 02:34:51.000000000 +0200
-@@ -15,6 +15,20 @@
+@@ -15,6 +15,21 @@
prompt "System type"
default SGI_IP22
@@ -17,6 +17,7 @@ diff -urN linux-2.6.22/arch/mips/Kconfig linux-2.6.22.new/arch/mips/Kconfig
+ select SYS_SUPPORTS_32BIT_KERNEL
+ select SYS_SUPPORTS_KGDB
+ select SYS_SUPPORTS_LITTLE_ENDIAN
++ select SYS_SUPPORTS_BIG_ENDIAN
+ select GENERIC_GPIO
+
config MACH_ALCHEMY