projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e54e2b0
)
kernel: use .ONESHELL to speed up processing of many kmod-* packages
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 22 Oct 2014 08:57:56 +0000
(08:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 22 Oct 2014 08:57:56 +0000
(08:57 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43024
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/linux/Makefile
b/package/kernel/linux/Makefile
index
6fb6851
..
6e13d48
100644
(file)
--- a/
package/kernel/linux/Makefile
+++ b/
package/kernel/linux/Makefile
@@
-18,6
+18,7
@@
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=
export SHELL:=/bin/sh
+.ONESHELL:
include $(INCLUDE_DIR)/package.mk