aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx-2.6/image
diff options
context:
space:
mode:
authorMike Albon <malbon@openwrt.org>2007-01-16 18:13:19 +0000
committerMike Albon <malbon@openwrt.org>2007-01-16 18:13:19 +0000
commit0fce01ddb73d2a1bb153eee923cac482cf1ae5c5 (patch)
tree4e829624a925b16cca48f1c86a367cecea1887a4 /target/linux/ixp4xx-2.6/image
parentc408be7eb47570e3da82ff41f049922c2217bcfd (diff)
downloadmaster-187ad058-0fce01ddb73d2a1bb153eee923cac482cf1ae5c5.tar.gz
master-187ad058-0fce01ddb73d2a1bb153eee923cac482cf1ae5c5.tar.bz2
master-187ad058-0fce01ddb73d2a1bb153eee923cac482cf1ae5c5.zip
Use nbd's fix for Zip files.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6111 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/image')
-rw-r--r--target/linux/ixp4xx-2.6/image/npe-ucode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile b/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
index 982cbc8312..7dc476b6b1 100644
--- a/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
+++ b/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