diff options
author | Mike Albon <malbon@openwrt.org> | 2007-01-16 18:13:19 +0000 |
---|---|---|
committer | Mike Albon <malbon@openwrt.org> | 2007-01-16 18:13:19 +0000 |
commit | 2bc7cf5b35f8cdf03b13db340ccce99612b27587 (patch) | |
tree | e4bab1594f1506dc798058b14f71e0793d281593 | |
parent | e564537749ac826b6f80e78080f232e98f7e94f9 (diff) | |
download | upstream-2bc7cf5b35f8cdf03b13db340ccce99612b27587.tar.gz upstream-2bc7cf5b35f8cdf03b13db340ccce99612b27587.tar.bz2 upstream-2bc7cf5b35f8cdf03b13db340ccce99612b27587.zip |
Use nbd's fix for Zip files.
SVN-Revision: 6111
-rw-r--r-- | target/linux/ixp4xx-2.6/image/npe-ucode/Makefile | 2 |
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 |