projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c408be7
)
Use nbd's fix for Zip files.
author
Mike Albon
<malbon@openwrt.org>
Tue, 16 Jan 2007 18:13:19 +0000
(18:13 +0000)
committer
Mike Albon
<malbon@openwrt.org>
Tue, 16 Jan 2007 18:13:19 +0000
(18:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6111
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
b/target/linux/ixp4xx-2.6/image/npe-ucode/Makefile
index
982cbc8
..
7dc476b
100644
(file)
--- 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