diff options
Diffstat (limited to 'openwrt/package/linux/Makefile')
-rw-r--r-- | openwrt/package/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/linux/Makefile b/openwrt/package/linux/Makefile index 29a1bfa309..3f730355b9 100644 --- a/openwrt/package/linux/Makefile +++ b/openwrt/package/linux/Makefile @@ -10,6 +10,7 @@ PKG_RELEASE := 1 TARGETS := INSTALL_TARGETS := +.NOTPARALLEL: define KMOD_template ifeq ($$(strip $(4)),) |