diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 09:46:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-04 09:46:30 +0000 |
commit | f082d1fddf936c406eed2eeeeef89972cf64bd22 (patch) | |
tree | bea133d69052463af110cb238bdb7f433d0f8ee5 /target/linux/ar7-2.6/patches | |
parent | f9699632f1ac1983df042860d064911731e2ba33 (diff) | |
download | upstream-f082d1fddf936c406eed2eeeeef89972cf64bd22.tar.gz upstream-f082d1fddf936c406eed2eeeeef89972cf64bd22.tar.bz2 upstream-f082d1fddf936c406eed2eeeeef89972cf64bd22.zip |
add ar7-2.6 fixes by Stefan Weil
SVN-Revision: 7487
Diffstat (limited to 'target/linux/ar7-2.6/patches')
-rw-r--r-- | target/linux/ar7-2.6/patches/100-board_support.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ar7-2.6/patches/100-board_support.patch b/target/linux/ar7-2.6/patches/100-board_support.patch index b22d1a3644..1fa263043a 100644 --- a/target/linux/ar7-2.6/patches/100-board_support.patch +++ b/target/linux/ar7-2.6/patches/100-board_support.patch @@ -1,7 +1,7 @@ diff -Nru linux-2.6.19.2/arch/mips/Kconfig linux-ar7/arch/mips/Kconfig --- linux-2.6.19.2/arch/mips/Kconfig 2006-12-12 02:32:53.000000000 +0700 +++ linux-ar7/arch/mips/Kconfig 2007-01-29 21:52:21.000000000 +0700 -@@ -12,6 +12,19 @@ +@@ -16,6 +16,20 @@ prompt "System type" default SGI_IP22 @@ -13,6 +13,7 @@ diff -Nru linux-2.6.19.2/arch/mips/Kconfig linux-ar7/arch/mips/Kconfig + select IRQ_CPU + select SWAP_IO_SPACE + select SYS_HAS_CPU_MIPS32_R1 ++ select SYS_HAS_EARLY_PRINTK + select SYS_SUPPORTS_32BIT_KERNEL + select SYS_SUPPORTS_LITTLE_ENDIAN + select NEED_MULTIPLE_NODES |