summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/005-uninitialized_err.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-06 20:08:27 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-06 20:08:27 +0000
commitdbf38e7683be6728ee12540c68e59605a7c4f157 (patch)
tree2e13467d7c7cecf90a3deae35ea2c98f769bdd48 /package/opkg/patches/005-uninitialized_err.patch
parent136e608800cdf0f02b063719ac70b5d66fe5787c (diff)
upgrade opkg to r215 from the googlecode svn
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17152 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 34b8e86b1..7cf769a32 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;