From: Felix Fietkau Date: Wed, 19 Oct 2005 13:32:59 +0000 (+0000) Subject: set default shell to bash X-Git-Tag: kamikaze_7.06~2639 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=67d99146b948fb8a1931ac155fc74bbbed2361f7;p=openwrt%2Fsvn-archive%2Fopenwrt.git set default shell to bash SVN-Revision: 2183 --- 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)