Use nbd's fix for Zip files.
authorMike Albon <malbon@openwrt.org>
Tue, 16 Jan 2007 18:13:19 +0000 (18:13 +0000)
committerMike Albon <malbon@openwrt.org>
Tue, 16 Jan 2007 18:13:19 +0000 (18:13 +0000)
SVN-Revision: 6111

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

index 982cbc8312a9974723bfeb3543352256104ac81e..7dc476b6b14f1b79f19c19a6b6f2c59f980e76ba 100644 (file)
@@ -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