summaryrefslogtreecommitdiff
path: root/package/opkg/patches/005-uninitialized_err.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-08-06 20:08:27 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-08-06 20:08:27 +0000
commite8ce7fab52dd5ca07e75d42ad4add53585784f12 (patch)
tree6414038f5d9282727c94b4eb268507e2bb65a92b /package/opkg/patches/005-uninitialized_err.patch
parent21d2934f38a2e8526028a3f4ce69196062a79dc9 (diff)
downloadmtk-20170518-e8ce7fab52dd5ca07e75d42ad4add53585784f12.zip
mtk-20170518-e8ce7fab52dd5ca07e75d42ad4add53585784f12.tar.gz
mtk-20170518-e8ce7fab52dd5ca07e75d42ad4add53585784f12.tar.bz2
upgrade opkg to r215 from the googlecode svn
SVN-Revision: 17152
Diffstat (limited to 'package/opkg/patches/005-uninitialized_err.patch')
-rw-r--r--package/opkg/patches/005-uninitialized_err.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/patches/005-uninitialized_err.patch b/package/opkg/patches/005-uninitialized_err.patch
index 34b8e86..7cf769a 100644
--- a/package/opkg/patches/005-uninitialized_err.patch
+++ b/package/opkg/patches/005-uninitialized_err.patch
@@ -1,6 +1,6 @@
--- a/libopkg/pkg_hash.c
+++ b/libopkg/pkg_hash.c
-@@ -367,8 +367,11 @@ pkg_t *pkg_hash_fetch_best_installation_
+@@ -363,8 +363,11 @@ pkg_t *pkg_hash_fetch_best_installation_
abstract_pkg_t *apkg = NULL;
pkg_t *ret;