diff --git a/etc/rc b/etc/rc index 8c06d21a9b..1386e58caf 100755 --- a/etc/rc +++ b/etc/rc @@ -62,8 +62,6 @@ elif [ "$PLATFORM" = "embedded" ] ; then echo "No swap on ${PLATFORM}" /usr/local/bin/php -f /etc/rc.conf_mount_rw else - SWAPDEVICE=`cat /etc/fstab | grep swap | cut -f1` - /sbin/swapon -a 2>/dev/null /usr/local/bin/php -f /etc/rc.conf_mount_rw