projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85eb6fb
)
fix sed error installing kmod ipkgs
author
Mike Baker
<mbm@openwrt.org>
Thu, 23 Nov 2006 18:22:06 +0000
(18:22 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Thu, 23 Nov 2006 18:22:06 +0000
(18:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5629
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/functions.sh
patch
|
blob
|
history
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>&- || :
}