mirror of https://github.com/hak5/openwrt-owl.git
parent
e70ad61e44
commit
394a560a9a
|
@ -18,6 +18,7 @@ ramips_setup_rt3x5x_vlans()
|
|||
fi
|
||||
local wanports=""
|
||||
local lanports=""
|
||||
swconfig dev rt305x set reset 1
|
||||
for port in 5 4 3 2 1 0; do
|
||||
if [ `swconfig dev rt305x port $port get disable` = "1" ]; then
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue