From d968f2b92f68a0a2b0d45c28fc369d082b13c88c Mon Sep 17 00:00:00 2001 From: jow Date: Thu, 22 Oct 2009 15:15:19 +0000 Subject: [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 --- package/opkg/patches/011-fix_nullpointer_deref.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/opkg/patches/011-fix_nullpointer_deref.patch') 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 ); } -- cgit v1.2.3