From 75ba86da781285db3efe7577dfc37e99cf68c36b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 7 Jul 2009 12:07:09 -0400 Subject: [PATCH] Backport fix for enable buttom from master/HEAD --- usr/local/www/system_firmware.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 8994cd0aed..9d5da6cc8c 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -89,11 +89,9 @@ if ($_POST && !file_exists($d_firmwarelock_path)) { } if ($mode) { if ($mode == "enable") { - exec_rc_script("/etc/rc.firmware enable"); conf_mount_rw(); touch($d_fwupenabled_path); } else if ($mode == "disable") { - exec_rc_script("/etc/rc.firmware disable"); conf_mount_ro(); if (file_exists($d_fwupenabled_path)) unlink($d_fwupenabled_path);