diff --git a/openwrt/rules.mk b/openwrt/rules.mk index 57544ee5bf..2759941e2f 100644 --- a/openwrt/rules.mk +++ b/openwrt/rules.mk @@ -1,4 +1,7 @@ include $(TOPDIR)/.config +SHELL=/bin/bash +export SHELL + MAKE1=make MAKEFLAGS=-j$(BR2_JLEVEL)