mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Fix the stage2 compilation, no side effect with gcc4 (#2190)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8409 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -93,9 +93,7 @@ define Stage2/Configure
|
||||
endef
|
||||
|
||||
define Stage2/Compile
|
||||
$(MAKE) -C $(BUILD_DIR2) \
|
||||
SHELL="$(BASH)" \
|
||||
all
|
||||
export SHELL="\$(BASH)"; \$(MAKE) -C \$(BUILD_DIR2) all
|
||||
endef
|
||||
|
||||
define Stage2/Install
|
||||
|
||||
Reference in New Issue
Block a user