summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-07-29 23:01:59 -0500
committerChris Buechler <cmb@pfsense.org>2015-07-29 23:01:59 -0500
commitac565fab92ecf4ecdcbb07aedd0d077f025b7d07 (patch)
treeabc8bbb2359a50a86924d1eeed956e1aa424ad0f
parent4379f31869e48e98f73600a166854ab417c3f645 (diff)
downloadpfsense-ac565fab92ecf4ecdcbb07aedd0d077f025b7d07.zip
pfsense-ac565fab92ecf4ecdcbb07aedd0d077f025b7d07.tar.gz
remove wrap and net4501 platforms, they haven't existed for years.
-rwxr-xr-xetc/rc.firmware_auto19
1 files changed, 0 insertions, 19 deletions
diff --git a/etc/rc.firmware_auto b/etc/rc.firmware_auto
index c44487e..1e604a3 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
OpenPOWER on IntegriCloud