mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-24 03:17:22 +00:00
explicitly set CONFIG_SHELL to bash for the kernel headers configure
SVN-Revision: 5025
This commit is contained in:
@@ -48,7 +48,10 @@ endef
|
||||
|
||||
define Build/Configure
|
||||
-$(CP) ./files/config.$(LINUX_KARCH) $(PKG_BUILD_DIR)/.config
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) ARCH=$(LINUX_KARCH) oldconfig include/linux/version.h
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH=$(LINUX_KARCH) \
|
||||
CONFIG_SHELL=$(shell which bash) \
|
||||
oldconfig include/linux/version.h
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
|
||||
Reference in New Issue
Block a user