openwrtv4/package/opkg/patches/011-old-config-location.patch
Gabor Juhos 5c5b8928d2 package/opkg: refresh patches
SVN-Revision: 20474
2010-03-26 14:29:17 +00:00

14 lines
286 B
Diff

--- 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);
}
}
-
+
+ if(!conf->conf_file)
+ conf->conf_file = xstrdup("/etc/opkg.conf");
+
if (parse_err)
return parse_err;
else