Revision fc3e3bdb
Added by Chris Buechler almost 10 years ago
etc/rc.firmware_auto | ||
---|---|---|
52 | 52 |
if [ "$DLHASH" = "$FILEHASH" ]; then |
53 | 53 |
echo "sha256 hashes match." | logger -p daemon.info -i -t AutoUpgrade |
54 | 54 |
echo "Beginning ${product} upgrade." | wall |
55 |
if [ "$PLATFORM" = "net45xx" ]; then |
|
56 |
/usr/local/bin/php /etc/rc.conf_mount_rw |
|
57 |
fi |
|
58 | 55 |
if [ "$PLATFORM" = "nanobsd" ]; then |
59 | 56 |
/usr/local/bin/php /etc/rc.conf_mount_rw |
60 | 57 |
fi |
usr/local/www/guiconfig.inc | ||
---|---|---|
246 | 246 |
$wlan_modes = array("bss" => "Infrastructure (BSS)", "adhoc" => "Ad-hoc (IBSS)", |
247 | 247 |
"hostap" => "Access Point"); |
248 | 248 |
|
249 |
/* platforms that support firmware updating */ |
|
250 |
$fwupplatforms = array('pfSense', 'net45xx', 'net48xx', 'generic-pc', 'embedded', 'wrap', 'nanobsd'); |
|
251 |
|
|
252 | 249 |
function do_input_validation($postdata, $reqdfields, $reqdfieldsn, &$input_errors) { |
253 | 250 |
|
254 | 251 |
/* check for bad control characters */ |
Also available in: Unified diff
remove more old, unused platform stuff