summaryrefslogtreecommitdiff
path: root/package/system/opkg/patches/220-drop-release-support.patch
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2016-12-27 04:41:30 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2016-12-27 04:41:30 +0100
commitdc5f496a0df8d125ce172fc40100098b18da2300 (patch)
tree574495d3ec87f30943f9084dd5a8e282a0473b89 /package/system/opkg/patches/220-drop-release-support.patch
parentbdd2b67414d11372d3f5a1185c73aa290c75c034 (diff)
downloadmtk-20170518-dc5f496a0df8d125ce172fc40100098b18da2300.zip
mtk-20170518-dc5f496a0df8d125ce172fc40100098b18da2300.tar.gz
mtk-20170518-dc5f496a0df8d125ce172fc40100098b18da2300.tar.bz2
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.patch2
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 b674e33..131c2cb 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;