fix sed error installing kmod ipkgs

SVN-Revision: 5629
master
Mike Baker 18 years ago
parent 3d94dc62cf
commit 9cc85a562e
  1. 3
      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>&- || :
}

Loading…
Cancel
Save