From: Felix Fietkau Date: Wed, 19 Oct 2005 13:32:59 +0000 (+0000) Subject: set default shell to bash X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=6838ce61c1777d6e20a24d7cb9222d62fa7cb2fc;p=15.05%2Fopenwrt.git set default shell to bash git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2183 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)