mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
wio.cgi: Remove code lines that are commented out
- These lines were introduced with another patch related to removing IPFire start/stop capability from wio - The lines were introduced in commented out form and so are doing nothing. - It looks like they were added as part of a debugging or investigation work on wio Signed-off-by: Adolf Belka <adolf.belka@ipfire.org> Reviewed-by: Bernhard Bitsch <bbitsch@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
12fbbc61e5
commit
aee369fea3
@@ -128,9 +128,6 @@ my @devs_alt = ('green','blue','orange','red');
|
||||
|
||||
my %ifacecolor = ( GREEN => 'wio_run_green', BLUE => 'wio_run_blue', ORANGE => 'wio_run_orange');
|
||||
|
||||
#if ( $netsettings{'RED_TYPE'} eq 'STATIC' || $netsettings{'RED_TYPE'} eq 'DHCP' ) {
|
||||
# %ifacecolor = ( %ifacecolor, RED => 'wio_run_red' );
|
||||
#}
|
||||
|
||||
&loadips();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user