package/base-files: fix chmod of /tmp/.uci, bump package revision
[openwrt.git] / package / base-files / files / etc / init.d / fstab
index cca8761..b7cc209 100755 (executable)
@@ -55,7 +55,7 @@ start() {
        config_foreach do_mount mount
        config_foreach do_swapon swap
        mount -a
-       swapon -a
+       [ -x /sbin/swapon ] && swapon -a
 }
 
 stop() {
This page took 0.028788 seconds and 4 git commands to generate.