projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
949ab14
)
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>
SVN-Revision: 43024
package/kernel/linux/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/linux/Makefile
b/package/kernel/linux/Makefile
index 6fb6851b9260d7428e108ca8f6b999a4a1311ded..6e13d484fd74497dd66e0bfa56c85340776773e1 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