projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
85c6d68ffdf7440a48b52b6ee26e156296fef956
[openwrt.git]
/
package
/
opkg
/
patches
/
011-old-config-location.patch
1
--- a/src/opkg-cl.c
2
+++ b/src/opkg-cl.c
3
@@ -200,6 +200,9 @@ args_parse(int argc, char *argv[])
4
}
5
}
6
7
+ if(!conf->conf_file && !conf->offline_root)
8
+ conf->conf_file = xstrdup("/etc/opkg.conf");
9
+
10
if (parse_err)
11
return parse_err;
12
else
This page took
0.035731 seconds
and
3
git commands to generate.