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