mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[ramips] unbreak port mapping detection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33536 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user