openwrtv3/package/opkg/patches/011-old-config-location.patch
Alexandros C. Couloumbis bf29f6455f package/opkg: update to r563
SVN-Revision: 23050
2010-09-13 08:13:36 +00:00

12 lines
247 B
Diff

--- a/src/opkg-cl.c
+++ b/src/opkg-cl.c
@@ -200,6 +200,9 @@ args_parse(int argc, char *argv[])
}
}
+ if(!conf->conf_file && !conf->offline_root)
+ conf->conf_file = xstrdup("/etc/opkg.conf");
+
if (parse_err)
return parse_err;
else