projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix CONFIG_FILENAME in uci_commit()
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
functions.sh
diff --git
a/package/base-files/files/etc/functions.sh
b/package/base-files/files/etc/functions.sh
index
bf412df
..
0f3618e
100755
(executable)
--- a/
package/base-files/files/etc/functions.sh
+++ b/
package/base-files/files/etc/functions.sh
@@
-5,7
+5,7
@@
alias debug=${DEBUG:-:}
# newline
-
readonly
N="
+N="
"
_C=0
@@
-105,6
+105,7
@@
config_set() {
}
load_modules() {
+ cd /etc/modules.d
sed 's/^[^#]/insmod &/' $* | ash 2>&- || :
}
This page took
0.02302 seconds
and
4
git commands to generate.