X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a774a61a35914d2a07e212be2ffb9e97fd9b9536..1ff81715412e94c42e9735b3f597eefa95b1f72a:/package/opkg/patches/011-old-config-location.patch?ds=inline diff --git a/package/opkg/patches/011-old-config-location.patch b/package/opkg/patches/011-old-config-location.patch index 931f4f116..055592686 100644 --- a/package/opkg/patches/011-old-config-location.patch +++ b/package/opkg/patches/011-old-config-location.patch @@ -1,12 +1,10 @@ --- 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); +@@ -207,6 +207,9 @@ args_parse(int argc, char *argv[]) } } -- -+ -+ if(!conf->conf_file) + ++ if(!conf->conf_file && !conf->offline_root) + conf->conf_file = xstrdup("/etc/opkg.conf"); + if (parse_err)