1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-05 14:09:31 +01:00

fix sed error installing kmod ipkgs

SVN-Revision: 5629
This commit is contained in:
Mike Baker 2006-11-23 18:22:06 +00:00
parent 3d94dc62cf
commit 9cc85a562e

@ -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>&- || :
}