From: blogic Date: Tue, 25 Sep 2012 09:51:48 +0000 (+0000) Subject: [ramips] unbreak port mapping detection X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=ba6ee814543a345b7e51d77e27be8f6109e1f56e;p=openwrt.git [ramips] unbreak port mapping detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33536 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ramips/base-files/etc/uci-defaults/network b/target/linux/ramips/base-files/etc/uci-defaults/network index 76c690198e..a30ce0eb3d 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/network +++ b/target/linux/ramips/base-files/etc/uci-defaults/network @@ -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