diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-22 15:15:19 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-10-22 15:15:19 +0000 |
commit | 763644ae933c0869ac49d04cb9eadc0c2bc22282 (patch) | |
tree | ff9b954ebfd29b590e1050de5e666cb576b0f14a /package/opkg/patches/011-fix_nullpointer_deref.patch | |
parent | 3231dce5aa4afff0c3b4a40f082f13035d9f341f (diff) | |
download | upstream-763644ae933c0869ac49d04cb9eadc0c2bc22282.tar.gz upstream-763644ae933c0869ac49d04cb9eadc0c2bc22282.tar.bz2 upstream-763644ae933c0869ac49d04cb9eadc0c2bc22282.zip |
opkg: - re-enable upgrade and restrict it to signle packages, fix usage text - only read package descriptions if they're actually needed (almost never), saves even more space when parsing package lists - refresh patches
SVN-Revision: 18120
Diffstat (limited to 'package/opkg/patches/011-fix_nullpointer_deref.patch')
-rw-r--r-- | package/opkg/patches/011-fix_nullpointer_deref.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opkg/patches/011-fix_nullpointer_deref.patch b/package/opkg/patches/011-fix_nullpointer_deref.patch index 1eecfd3ff0..ed198af398 100644 --- a/package/opkg/patches/011-fix_nullpointer_deref.patch +++ b/package/opkg/patches/011-fix_nullpointer_deref.patch @@ -1,6 +1,6 @@ --- a/libopkg/opkg_cmd.c +++ b/libopkg/opkg_cmd.c -@@ -878,7 +878,7 @@ +@@ -954,7 +954,7 @@ pkg_to_remove = pkg_hash_fetch_installed_by_name(&conf->pkg_hash, pkg->name ); } |