Author: nbd Date: 2014-10-22 10:57:56 +0200 (Wed, 22 Oct 2014) New Revision: 43024
Modified: trunk/package/kernel/linux/Makefile Log: kernel: use .ONESHELL to speed up processing of many kmod-* packages Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/kernel/linux/Makefile =================================================================== --- trunk/package/kernel/linux/Makefile 2014-10-22 08:57:50 UTC (rev 43023) +++ trunk/package/kernel/linux/Makefile 2014-10-22 08:57:56 UTC (rev 43024) @@ -18,6 +18,7 @@ PKG_LICENSE_FILES:= export SHELL:=/bin/sh +.ONESHELL: include $(INCLUDE_DIR)/package.mk _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
