fix CONFIG_FILENAME in uci_commit()
[openwrt.git] / package / base-files / files / etc / functions.sh
index bf412df..0f3618e 100755 (executable)
@@ -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.