diff --git a/etc/rc.firmware_auto b/etc/rc.firmware_auto index c44487ea15..1e604a35e2 100755 --- a/etc/rc.firmware_auto +++ b/etc/rc.firmware_auto @@ -55,9 +55,6 @@ if [ "$DLHASH" = "$FILEHASH" ]; then if [ "$PLATFORM" = "net45xx" ]; then /usr/local/bin/php /etc/rc.conf_mount_rw fi - if [ "$PLATFORM" = "wrap" ]; then - /usr/local/bin/php /etc/rc.conf_mount_rw - fi if [ "$PLATFORM" = "nanobsd" ]; then /usr/local/bin/php /etc/rc.conf_mount_rw fi @@ -70,22 +67,6 @@ if [ "$DLHASH" = "$FILEHASH" ]; then sh /etc/rc.firmware pfSenseupgrade /tmp/latest.tgz fi fi - if [ "$PLATFORM" = "wrap" ]; then - /bin/sync - sleep 5 - /usr/local/bin/php /etc/rc.conf_mount_ro - if [ -e /etc/init_bootloader.sh ]; then - sh /etc/init_bootloader.sh - fi - fi - if [ "$PLATFORM" = "net45xx" ]; then - /bin/sync - sleep 5 - /usr/local/bin/php /etc/rc.conf_mount_ro - if [ -e /etc/init_bootloader.sh ]; then - sh /etc/init_bootloader.sh - fi - fi exit 0 fi