diff --git a/gestion/gen_confs/wifi.py b/gestion/gen_confs/wifi.py index c72ce4c8..f3ab3947 100755 --- a/gestion/gen_confs/wifi.py +++ b/gestion/gen_confs/wifi.py @@ -196,7 +196,6 @@ change=0 echo -n IP... if [ "$(nvram get lan_ipaddr)" != "$ip" ]; then - ifconfig br0 $ip netmask 255.255.252.0 nvram set lan_ipaddr=$ip change=1 fi