From 928ee695bb6ae6c1e4c31ed78ec7582244888930 Mon Sep 17 00:00:00 2001 From: acoul Date: Mon, 13 Sep 2010 08:13:36 +0000 Subject: package/opkg: update to r563 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23050 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/opkg/patches/011-old-config-location.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'package/opkg/patches/011-old-config-location.patch') diff --git a/package/opkg/patches/011-old-config-location.patch b/package/opkg/patches/011-old-config-location.patch index 4094713f3..85c6d68ff 100644 --- a/package/opkg/patches/011-old-config-location.patch +++ b/package/opkg/patches/011-old-config-location.patch @@ -1,11 +1,9 @@ --- a/src/opkg-cl.c +++ b/src/opkg-cl.c -@@ -172,7 +172,10 @@ args_parse(int argc, char *argv[]) - printf("Confusion: getopt_long returned %d\n", c); +@@ -200,6 +200,9 @@ args_parse(int argc, char *argv[]) } } -- -+ + + if(!conf->conf_file && !conf->offline_root) + conf->conf_file = xstrdup("/etc/opkg.conf"); + -- cgit v1.2.3