kernel: use .ONESHELL to speed up processing of many kmod-* packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43024
This commit is contained in:
parent
949ab1487f
commit
a3618cd9c1
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ PKG_LICENSE:=GPLv2
|
||||||
PKG_LICENSE_FILES:=
|
PKG_LICENSE_FILES:=
|
||||||
|
|
||||||
export SHELL:=/bin/sh
|
export SHELL:=/bin/sh
|
||||||
|
.ONESHELL:
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue