diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2016-12-27 04:41:30 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2016-12-27 04:41:30 +0100 |
commit | dc5f496a0df8d125ce172fc40100098b18da2300 (patch) | |
tree | 574495d3ec87f30943f9084dd5a8e282a0473b89 /package/system/opkg/Makefile | |
parent | bdd2b67414d11372d3f5a1185c73aa290c75c034 (diff) | |
download | upstream-dc5f496a0df8d125ce172fc40100098b18da2300.tar.gz upstream-dc5f496a0df8d125ce172fc40100098b18da2300.tar.bz2 upstream-dc5f496a0df8d125ce172fc40100098b18da2300.zip |
Revert "opkg: vfork external gzip command to uncompress data"
This reverts commit 0090adcd5c94adad2168cd9b338f45827533c81d.
It breaks reading package list in /tmp/opkg-lists, making it impossible
to install packages from feeds in snapshots.
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index cbd731f54c..8b8904a39a 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=opkg -PKG_RELEASE:=16 +PKG_RELEASE:=15 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.yoctoproject.org/git/opkg |