mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix $(BUILD_DIR_TOOLCHAIN)/uClibc symlink
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15001 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f7f48a6ddf
commit
ce42e5dbfc
@ -93,7 +93,7 @@ define Host/Prepare
|
||||
$(call Host/Prepare/Snapshot)
|
||||
else
|
||||
$(call Host/Prepare/Default)
|
||||
ln -snf $(PKG_NAME)-$(PKG_VERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
|
||||
ln -snf $(PKG_NAME)-$(PKG_VERSION)$(PKG_EXTRAVERSION) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)
|
||||
endif
|
||||
$(CP) ./$(CONFIG_DIR)/$(ARCH)$(if $(wildcard $(CONFIG_DIR)/$(ARCH).$(BOARD)),.$(BOARD)) $(HOST_BUILD_DIR)/.config
|
||||
ifeq ($(PKG_VERSION),0.9.28)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user