summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openwrt/rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/rules.mk b/openwrt/rules.mk
index 57544ee5b..2759941e2 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)