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