diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-01 11:49:57 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-09-01 11:49:57 +0000 |
commit | 89b8dc025eb0cf23a9952b989741027a4ca40760 (patch) | |
tree | f8e5e3c3e2d8cf60c265b7b501717995777da4a9 /target/linux/ar7/patches-2.6.26/100-board_support.patch | |
parent | 29c4ca9a9f3290584b0b4579a39380a9867da80c (diff) |
Fix divisor calculation and configuration from previous commit, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12454 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/patches-2.6.26/100-board_support.patch')
-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 658a80e511..33b0b8baaf 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 |