X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/936485f730801be1d724f5a011e11f6f4bc75d11..a25fe1d267f0e4b7067af69877c1f69592321830:/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 74a98ef4a..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 @@ - 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)