diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-30 15:21:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-07-30 15:21:31 +0200 |
commit | 4cc5f6439c5f422fd93a162bf1e74d66110fcea2 (patch) | |
tree | 5446bdaa53ba9cc485a5e4143a1d4f201db2a438 /target/linux | |
parent | 1e38faca3c0d44885d2bd931288936489faa03ac (diff) | |
parent | d82e6c02d195f43338d44593aef03ca0eec4c02e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux')
-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 + |