X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c449f37809f7c60d3a9b62353f2288f29cb8b707..5986668ca9d41f7b6aee1c9890345853e157aa6b:/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 40d0b7566..85c6d68ff 100644 --- a/package/opkg/patches/011-old-config-location.patch +++ b/package/opkg/patches/011-old-config-location.patch @@ -1,13 +1,11 @@ --- a/src/opkg-cl.c +++ b/src/opkg-cl.c -@@ -169,7 +169,10 @@ - printf("Confusion: getopt_long returned %d\n", c); +@@ -200,6 +200,9 @@ args_parse(int argc, char *argv[]) } } -- -+ -+ if(!conf->conf_file) -+ conf->conf_file = "/etc/opkg.conf"; + ++ if(!conf->conf_file && !conf->offline_root) ++ conf->conf_file = xstrdup("/etc/opkg.conf"); + if (parse_err) return parse_err;