X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fopkg%2Fpatches%2F011-old-config-location.patch;h=05559268648ac7b08ebcd8dd3f704d69dc96fece;hb=39f575d4d80a427dc0c2f93a477b9970ed8d0f65;hp=518993b254ae2bc13347ab97c887073a19beb86b;hpb=eec3ede2572fb86d69a4f1da1dc11ae6d8e46ea7;p=openwrt.git diff --git a/package/opkg/patches/011-old-config-location.patch b/package/opkg/patches/011-old-config-location.patch index 518993b254..0555926864 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 -@@ -169,7 +169,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)