1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-20 16:37:10 +03:00
openwrt-xburst/package/opkg/patches/011-old-config-location.patch
acoul 928ee695bb package/opkg: update to r563
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23050 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-13 08:13:36 +00:00

13 lines
247 B
Diff

--- a/src/opkg-cl.c
+++ b/src/opkg-cl.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");
+
if (parse_err)
return parse_err;
else