mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
remove wrap and net4501 platforms, they haven't existed for years.
This commit is contained in:
parent
4379f31869
commit
ac565fab92
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user