explicitly set CONFIG_SHELL to bash for the kernel headers configure

SVN-Revision: 5025
v19.07.3_mercusys_ac12_duma
Felix Fietkau 18 years ago
parent cd3f8b5e65
commit f6a5a059ab

@ -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

Loading…
Cancel
Save