projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aea3a8f
)
fix nozomi unpack command
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 May 2007 21:48:19 +0000
(21:48 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 8 May 2007 21:48:19 +0000
(21:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7143
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/nozomi/Makefile
patch
|
blob
|
history
diff --git
a/package/nozomi/Makefile
b/package/nozomi/Makefile
index
8328198
..
60ae74b
100644
(file)
--- a/
package/nozomi/Makefile
+++ b/
package/nozomi/Makefile
@@
-19,7
+19,7
@@
PKG_MD5SUM:=90e4d8f389a18b5579f7234a23e32e99
include $(INCLUDE_DIR)/package.mk
-PKG_UNPACK:=mkdir -p $(PKG_BUILD_DIR);
$(ZCAT)
$(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR) $(TAR_OPTIONS)
+PKG_UNPACK:=mkdir -p $(PKG_BUILD_DIR);
gzip -dc
$(DL_DIR)/$(PKG_SOURCE) | $(TAR) -C $(PKG_BUILD_DIR) $(TAR_OPTIONS)
define KernelPackage/nozomi
SUBMENU:=Other modules
This page took
0.020597 seconds
and
4
git commands to generate.