diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-08-06 20:08:27 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-08-06 20:08:27 +0000 |
commit | 25ee9c1d6b2c15a2da3da9cdbf8cfd2f455e8099 (patch) | |
tree | 2e13467d7c7cecf90a3deae35ea2c98f769bdd48 /package/opkg/patches/005-uninitialized_err.patch | |
parent | 6bdd250acdf40e3af65cd80ac2b4df9a858a8ae8 (diff) | |
download | upstream-25ee9c1d6b2c15a2da3da9cdbf8cfd2f455e8099.tar.gz upstream-25ee9c1d6b2c15a2da3da9cdbf8cfd2f455e8099.tar.bz2 upstream-25ee9c1d6b2c15a2da3da9cdbf8cfd2f455e8099.zip |
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.patch | 2 |
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 34b8e86b1b..7cf769a321 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; |