diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-09-01 11:49:57 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-09-01 11:49:57 +0000 |
commit | 3ab8360af088dfdde236a69c4ea0e97ab95117a7 (patch) | |
tree | 8115c3f9da7d1cb3fdc236a080f7f9971db54d14 /target/linux/ar7/patches-2.6.26 | |
parent | 8509d0542f3984fc703b5829c17c0f1c0c264fe7 (diff) | |
download | mtk-20170518-3ab8360af088dfdde236a69c4ea0e97ab95117a7.zip mtk-20170518-3ab8360af088dfdde236a69c4ea0e97ab95117a7.tar.gz mtk-20170518-3ab8360af088dfdde236a69c4ea0e97ab95117a7.tar.bz2 |
Fix divisor calculation and configuration from previous commit, thanks sn9
SVN-Revision: 12454
Diffstat (limited to 'target/linux/ar7/patches-2.6.26')
-rw-r--r-- | target/linux/ar7/patches-2.6.26/100-board_support.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar7/patches-2.6.26/100-board_support.patch b/target/linux/ar7/patches-2.6.26/100-board_support.patch index 658a80e..33b0b8b 100644 --- a/target/linux/ar7/patches-2.6.26/100-board_support.patch +++ b/target/linux/ar7/patches-2.6.26/100-board_support.patch @@ -1,6 +1,6 @@ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -18,6 +18,24 @@ +@@ -18,6 +18,23 @@ prompt "System type" default SGI_IP22 @@ -11,7 +11,6 @@ + select CEVT_R4K + select CSRC_R4K + select IRQ_CPU -+ select NO_EXCEPT_FILL + select SWAP_IO_SPACE + select SYS_HAS_CPU_MIPS32_R1 + select SYS_HAS_EARLY_PRINTK |