Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove more old, unused platform stuff
  • Loading branch information
Chris Buechler committed Jul 30, 2015
1 parent c7ea65c commit f688185
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions etc/rc.firmware_auto
Expand Up @@ -52,9 +52,6 @@ fi
if [ "$DLHASH" = "$FILEHASH" ]; then
echo "sha256 hashes match." | logger -p daemon.info -i -t AutoUpgrade
echo "Beginning ${product} upgrade." | wall
if [ "$PLATFORM" = "net45xx" ]; 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
Expand Down
3 changes: 0 additions & 3 deletions usr/local/www/guiconfig.inc
Expand Up @@ -251,9 +251,6 @@ $wlan_modes = array(
"adhoc" => "Ad-hoc (IBSS)",
"hostap" => "Access Point");

/* platforms that support firmware updating */
$fwupplatforms = array('pfSense', 'net45xx', 'net48xx', 'generic-pc', 'embedded', 'wrap', 'nanobsd');

function do_input_validation($postdata, $reqdfields, $reqdfieldsn, &$input_errors) {

/* check for bad control characters */
Expand Down

0 comments on commit f688185

Please sign in to comment.