mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 17:51:06 +02:00
[ifxmips-dsl-api] fix firmware handling
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20755 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3d089c4fe3
commit
ff7d812c96
@ -125,8 +125,10 @@ define Build/Prepare
|
||||
$(INSTALL_DIR) $(PKG_BUILD_DIR)/src/mei/
|
||||
$(CP) ./src/* $(PKG_BUILD_DIR)/src/mei/
|
||||
$(Build/Patch)
|
||||
ifeq ($(CONFIG_IFXMIPS_DSL_FIRMWARE),)
|
||||
$(TAR) -C $(PKG_BUILD_DIR) -xzf $(DL_DIR)/$(FW_BASE_NAME)_a-$(FW_A_VER).tar.gz
|
||||
$(TAR) -C $(PKG_BUILD_DIR) -xzf $(DL_DIR)/$(FW_BASE_NAME)_b-$(FW_B_VER).tar.gz
|
||||
endif
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
|
Loading…
x
Reference in New Issue
Block a user