kernel: use .ONESHELL to speed up processing of many kmod-* packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43024
lede-17.01
Felix Fietkau 2014-10-22 08:57:56 +00:00
parent 949ab1487f
commit a3618cd9c1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=
export SHELL:=/bin/sh
.ONESHELL:
include $(INCLUDE_DIR)/package.mk