mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-26 02:02:23 +02:00
AR7 will also be running in big-endian on zyxel devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8741 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6cdcb18a05
commit
35881dd173
@ -1,7 +1,7 @@
|
|||||||
diff -urN linux-2.6.22/arch/mips/Kconfig linux-2.6.22.new/arch/mips/Kconfig
|
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/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
|
+++ 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"
|
prompt "System type"
|
||||||
default SGI_IP22
|
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_32BIT_KERNEL
|
||||||
+ select SYS_SUPPORTS_KGDB
|
+ select SYS_SUPPORTS_KGDB
|
||||||
+ select SYS_SUPPORTS_LITTLE_ENDIAN
|
+ select SYS_SUPPORTS_LITTLE_ENDIAN
|
||||||
|
+ select SYS_SUPPORTS_BIG_ENDIAN
|
||||||
+ select GENERIC_GPIO
|
+ select GENERIC_GPIO
|
||||||
+
|
+
|
||||||
config MACH_ALCHEMY
|
config MACH_ALCHEMY
|
||||||
|
Loading…
Reference in New Issue
Block a user