diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-30 14:51:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-30 14:51:17 +0200 |
commit | d82e6c02d195f43338d44593aef03ca0eec4c02e (patch) | |
tree | 7fda885310f185374a57aed250b861c2e338240e /target/linux/patches | |
parent | 80e9518b09e852031d9a350a23b05142c1d1c3a8 (diff) |
refresh kernel config, verified on qemu-mipsel with 3.5
Diffstat (limited to 'target/linux/patches')
-rw-r--r-- | target/linux/patches/3.5/mips-sort-darwin.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/patches/3.5/mips-sort-darwin.patch b/target/linux/patches/3.5/mips-sort-darwin.patch new file mode 100644 index 000000000..25a834bb4 --- /dev/null +++ b/target/linux/patches/3.5/mips-sort-darwin.patch @@ -0,0 +1,11 @@ +diff -Nur linux-3.5.orig/arch/mips/Kconfig linux-3.5/arch/mips/Kconfig +--- linux-3.5.orig/arch/mips/Kconfig 2012-07-21 22:58:29.000000000 +0200 ++++ linux-3.5/arch/mips/Kconfig 2012-07-30 12:00:26.000000000 +0200 +@@ -31,7 +31,6 @@ + select HAVE_MEMBLOCK_NODE_MAP + select ARCH_DISCARD_MEMBLOCK + select GENERIC_SMP_IDLE_THREAD +- select BUILDTIME_EXTABLE_SORT + select GENERIC_CLOCKEVENTS + select GENERIC_CMOS_UPDATE + |