summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.12.33/xargs.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-12-03 20:16:06 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2014-12-03 20:16:06 -0600
commit7868376f50a7d49432f5e40ee6f53f76e5aa8d98 (patch)
tree712b230d60e7b1730d769a46716e0b0ab78f59d0 /target/linux/patches/3.12.33/xargs.patch
parente816651b1653ef168af2fcae483abc79e427a70d (diff)
update 3.12.x kernel to 3.12.33
Add latest changes to raspberry-pi support patch. Add rpi-proto driver patch.
Diffstat (limited to 'target/linux/patches/3.12.33/xargs.patch')
-rw-r--r--target/linux/patches/3.12.33/xargs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/3.12.33/xargs.patch b/target/linux/patches/3.12.33/xargs.patch
new file mode 100644
index 000000000..2c7b3df59
--- /dev/null
+++ b/target/linux/patches/3.12.33/xargs.patch
@@ -0,0 +1,12 @@
+diff -Nur linux-3.12.6.orig/scripts/Makefile.modpost linux-3.12.6/scripts/Makefile.modpost
+--- linux-3.12.6.orig/scripts/Makefile.modpost 2013-12-20 16:51:33.000000000 +0100
++++ linux-3.12.6/scripts/Makefile.modpost 2014-01-25 14:55:33.000000000 +0100
+@@ -60,7 +60,7 @@
+ modulesymfile := $(firstword $(KBUILD_EXTMOD))/Module.symvers
+
+ # Step 1), find all modules listed in $(MODVERDIR)/
+-MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs -r grep -h '\.ko$$' | sort -u
++MODLISTCMD := find $(MODVERDIR) -name '*.mod' | xargs grep -h '\.ko$$' | sort -u
+ __modules := $(shell $(MODLISTCMD))
+ modules := $(patsubst %.o,%.ko, $(wildcard $(__modules:.ko=.o)))
+