X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c449f37809f7c60d3a9b62353f2288f29cb8b707..75bd418e14e9e323d6e4313800569560b11d1ae5:/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 40d0b7566..931f4f116 100644 --- a/package/opkg/patches/011-old-config-location.patch +++ b/package/opkg/patches/011-old-config-location.patch @@ -1,13 +1,13 @@ --- a/src/opkg-cl.c +++ b/src/opkg-cl.c -@@ -169,7 +169,10 @@ +@@ -172,7 +172,10 @@ args_parse(int argc, char *argv[]) printf("Confusion: getopt_long returned %d\n", c); } } - + + if(!conf->conf_file) -+ conf->conf_file = "/etc/opkg.conf"; ++ conf->conf_file = xstrdup("/etc/opkg.conf"); + if (parse_err) return parse_err;