mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:25:20 +02:00
98dca62fa1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26598 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
247 B
Diff
13 lines
247 B
Diff
--- a/src/opkg-cl.c
|
|
+++ b/src/opkg-cl.c
|
|
@@ -207,6 +207,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
|