fix sed error installing kmod ipkgs
SVN-Revision: 5629
This commit is contained in:
parent
3d94dc62cf
commit
9cc85a562e
1 changed files with 2 additions and 1 deletions
|
@ -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>&- || :
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue