projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] opkg: add --force-run-hooks option to run postinstall scripts in offline...
[openwrt.git]
/
package
/
opkg
/
patches
/
011-old-config-location.patch
1
--- a/src/opkg-cl.c
2
+++ b/src/opkg-cl.c
3
@@ -172,7 +172,10 @@ args_parse(int argc, char *argv[])
4
printf("Confusion: getopt_long returned %d\n", c);
5
}
6
}
7
-
8
+
9
+ if(!conf->conf_file)
10
+ conf->conf_file = xstrdup("/etc/opkg.conf");
11
+
12
if (parse_err)
13
return parse_err;
14
else
This page took
0.039884 seconds
and
5
git commands to generate.