diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-07-27 03:07:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-07-27 03:07:52 +0000 |
commit | 39127ef8bfc4b94d499432a517ce7f8cdd63d3d5 (patch) | |
tree | e7eefc3ec1a5125600436d79a05085230df505b1 /target/linux/ar7-2.6/patches-2.6.22/100-board_support.patch | |
parent | c7437ec67c0de324750ffc502abc8a716dff4d9c (diff) | |
download | mtk-20170518-39127ef8bfc4b94d499432a517ce7f8cdd63d3d5.zip mtk-20170518-39127ef8bfc4b94d499432a517ce7f8cdd63d3d5.tar.gz mtk-20170518-39127ef8bfc4b94d499432a517ce7f8cdd63d3d5.tar.bz2 |
update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help)
SVN-Revision: 8189
Diffstat (limited to 'target/linux/ar7-2.6/patches-2.6.22/100-board_support.patch')
-rw-r--r-- | target/linux/ar7-2.6/patches-2.6.22/100-board_support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar7-2.6/patches-2.6.22/100-board_support.patch b/target/linux/ar7-2.6/patches-2.6.22/100-board_support.patch index 7d99e9b..0ab93b6 100644 --- a/target/linux/ar7-2.6/patches-2.6.22/100-board_support.patch +++ b/target/linux/ar7-2.6/patches-2.6.22/100-board_support.patch @@ -15,8 +15,8 @@ diff -urN linux-2.6.22/arch/mips/Kconfig linux-2.6.22.new/arch/mips/Kconfig + select SYS_HAS_CPU_MIPS32_R1 + select SYS_HAS_EARLY_PRINTK + select SYS_SUPPORTS_32BIT_KERNEL ++ select SYS_SUPPORTS_KGDB + select SYS_SUPPORTS_LITTLE_ENDIAN -+ select NEED_MULTIPLE_NODES + select GENERIC_GPIO + select ZONE_DMA + @@ -24,7 +24,7 @@ diff -urN linux-2.6.22/arch/mips/Kconfig linux-2.6.22.new/arch/mips/Kconfig bool "Alchemy processor based machines" diff -urN linux-2.6.22/arch/mips/kernel/setup.c linux-2.6.22.new/arch/mips/kernel/setup.c ---- linux-2.6.22/arch/mips/kernel/setup.c 2007-07-09 01:32:17.000000000 +0200 +-- linux-2.6.22/arch/mips/kernel/setup.c 2007-07-09 01:32:17.000000000 +0200 +++ linux-2.6.22.new/arch/mips/kernel/setup.c 2007-07-11 02:32:39.000000000 +0200 @@ -258,7 +258,7 @@ * Initialize the bootmem allocator. It also setup initrd related data |