From: Felix Fietkau Date: Wed, 19 Oct 2005 13:30:54 +0000 (+0000) Subject: set default shell to bash X-Git-Tag: whiterussian_rc4~101 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=39bb5ae8e1cd0c1db5612ff35034388c6c33d809;p=openwrt%2Fsvn-archive%2Fopenwrt.git set default shell to bash SVN-Revision: 2182 --- diff --git a/openwrt/rules.mk b/openwrt/rules.mk index e69654e0e1..ec59ed0be2 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)