summaryrefslogtreecommitdiff
path: root/target/linux/patches/3.13.6/xargs.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-10 16:16:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-10 16:16:52 +0100
commite40eb0da36368624306275725d8e1d6b25422762 (patch)
tree44a9d1f8167b044db37a4b06a7f361081133d20a /target/linux/patches/3.13.6/xargs.patch
parent683b7ec9393f21e2d9ef3c846a3fbf24178423ef (diff)
parent0241f2121f30dee91113e0e9619e618415f64de1 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/patches/3.13.6/xargs.patch')
-rw-r--r--target/linux/patches/3.13.6/xargs.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/3.13.6/xargs.patch b/target/linux/patches/3.13.6/xargs.patch
new file mode 100644
index 000000000..2c7b3df59
--- /dev/null
+++ b/target/linux/patches/3.13.6/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)))
+