Browse Source

Use nbd's fix for Zip files.

SVN-Revision: 6111
Mike Albon 19 years ago
parent
commit
2bc7cf5b35
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ixp4xx-2.6/image/npe-ucode/Makefile

+ 1 - 1
target/linux/ixp4xx-2.6/image/npe-ucode/Makefile

@@ -15,7 +15,7 @@ PKG_RELEASE:=1
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE:=IPL_ixp400NpeLibrary-2_3.zip
 PKG_SOURCE_URL:=http://www.intel.com/design/network/products/npfamily/ixp400_current.htm
-PKG_CAT:=unzip
+PKG_UNPACK:=unzip -d $(PKG_BUILD_DIR)/ $(DL_DIR)/$(PKG_SOURCE)
 
 include $(INCLUDE_DIR)/unpack.mk