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/patches/220-drop-release-support.patch | |
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/patches/220-drop-release-support.patch')
-rw-r--r-- | package/system/opkg/patches/220-drop-release-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/patches/220-drop-release-support.patch b/package/system/opkg/patches/220-drop-release-support.patch index b674e33a91..131c2cba6b 100644 --- a/package/system/opkg/patches/220-drop-release-support.patch +++ b/package/system/opkg/patches/220-drop-release-support.patch @@ -769,7 +769,7 @@ #include "pkg.h" #include "opkg_message.h" #include "pkg_vec.h" -@@ -184,40 +183,6 @@ pkg_hash_load_feeds(void) +@@ -183,40 +182,6 @@ pkg_hash_load_feeds(void) lists_dir = conf->restrict_to_default_dest ? conf->default_dest->lists_dir : conf->lists_dir; |