summaryrefslogtreecommitdiffstats
path: root/package/opkg/patches/011-fix_nullpointer_deref.patch
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-22 15:15:19 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-22 15:15:19 +0000
commitd968f2b92f68a0a2b0d45c28fc369d082b13c88c (patch)
tree196ef68435ca631b64b9cd676e75eff1f321593a /package/opkg/patches/011-fix_nullpointer_deref.patch
parenta460e82adb8a229339e8d5b0e6296876ee37dc34 (diff)
[package] 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18120 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/opkg/patches/011-fix_nullpointer_deref.patch')
-rw-r--r--package/opkg/patches/011-fix_nullpointer_deref.patch2
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 1eecfd3ff..ed198af39 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 );
}