mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
9bb6f3b5f3
SVN-Revision: 23032
15 lines
309 B
Diff
15 lines
309 B
Diff
--- 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);
|
|
}
|
|
}
|
|
-
|
|
+
|
|
+ if(!conf->conf_file && !conf->offline_root)
|
|
+ conf->conf_file = xstrdup("/etc/opkg.conf");
|
|
+
|
|
if (parse_err)
|
|
return parse_err;
|
|
else
|