projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add support for -t 0 (infinite retry) in busybox udhcpc and use it in the network...
[openwrt.git]
/
package
/
base-files
/
default
/
lib
/
config
/
uci.sh
diff --git
a/package/base-files/default/lib/config/uci.sh
b/package/base-files/default/lib/config/uci.sh
index
87b7dcb
..
957c1bb
100755
(executable)
--- a/
package/base-files/default/lib/config/uci.sh
+++ b/
package/base-files/default/lib/config/uci.sh
@@
-19,6
+19,7
@@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
uci_load() {
+ local PACKAGE="$1"
config_load "$PACKAGE"
local PACKAGE_BASE="$(basename "$PACKAGE")"
[ -f "/tmp/.uci/${PACKAGE_BASE}" ] && {
This page took
0.019568 seconds
and
4
git commands to generate.