more shell related fixes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5509 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau
2006-11-12 02:45:13 +00:00
parent 1b8b054bfc
commit 309572ec08
3 changed files with 9 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ define Build/Configure
-$(CP) ./files/config.$(LINUX_KARCH) $(PKG_BUILD_DIR)/.config
$(MAKE) -C $(PKG_BUILD_DIR) \
ARCH=$(LINUX_KARCH) \
CONFIG_SHELL=$(shell which bash) \
CONFIG_SHELL=$(BASH) \
defconfig include/linux/version.h
endef