From ac565fab92ecf4ecdcbb07aedd0d077f025b7d07 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 29 Jul 2015 23:01:59 -0500 Subject: [PATCH] remove wrap and net4501 platforms, they haven't existed for years. --- etc/rc.firmware_auto | 19 ------------------- 1 file changed, 19 deletions(-) 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