diff options
author | Matteo Croce <rootkit85@yahoo.it> | 2008-02-07 18:40:24 +0000 |
---|---|---|
committer | Matteo Croce <rootkit85@yahoo.it> | 2008-02-07 18:40:24 +0000 |
commit | 55a6c2091fc83aced674f396f26b9e844532f53b (patch) | |
tree | 47ec3755978b8859caef7d2b25e6d22e4fc17969 /target/linux/ar7/patches-2.6.24/100-board_support.patch | |
parent | 56c3c68fa6e2719c37ccd4016f9de97272c8e27b (diff) | |
download | mtk-20170518-55a6c2091fc83aced674f396f26b9e844532f53b.zip mtk-20170518-55a6c2091fc83aced674f396f26b9e844532f53b.tar.gz mtk-20170518-55a6c2091fc83aced674f396f26b9e844532f53b.tar.bz2 |
more 2.6.24 patches
SVN-Revision: 10410
Diffstat (limited to 'target/linux/ar7/patches-2.6.24/100-board_support.patch')
-rw-r--r-- | target/linux/ar7/patches-2.6.24/100-board_support.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar7/patches-2.6.24/100-board_support.patch b/target/linux/ar7/patches-2.6.24/100-board_support.patch index d23aecf..eefeb65 100644 --- a/target/linux/ar7/patches-2.6.24/100-board_support.patch +++ b/target/linux/ar7/patches-2.6.24/100-board_support.patch @@ -2,7 +2,7 @@ Index: linux-2.6.23-rc6/arch/mips/Kconfig =================================================================== --- linux-2.6.23-rc6.orig/arch/mips/Kconfig 2007-09-21 16:23:51.000000000 +0800 +++ linux-2.6.23-rc6/arch/mips/Kconfig 2007-09-21 16:24:11.000000000 +0800 -@@ -15,6 +15,22 @@ +@@ -15,6 +15,24 @@ prompt "System type" default SGI_IP22 @@ -10,6 +10,8 @@ Index: linux-2.6.23-rc6/arch/mips/Kconfig + bool "Texas Instruments AR7" + select BOOT_ELF32 + select DMA_NONCOHERENT ++ select CEVT_R4K ++ select CSRC_R4K + select IRQ_CPU + select NO_EXCEPT_FILL + select SWAP_IO_SPACE |