1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:49:50 +03:00

set default shell to bash

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-10-19 13:32:59 +00:00
parent cbf07e3e9d
commit dda8643c1f

View File

@ -1,4 +1,7 @@
include $(TOPDIR)/.config
SHELL=/bin/bash
export SHELL
MAKE1=make
MAKEFLAGS=-j$(BR2_JLEVEL)