From 5063f712a6d5d7e306566b4ad697967b5c06506c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 24 Jun 2013 12:39:28 +0000 Subject: ramips: move ESW reset to preinit on RT305x/RT5350 RT305x/RT5350 SoCs require the switch to be reset before touching the ethernet interface, otherwise the driver will panic. As we already init the ethernet in preinit we therefor need to reset the switch before that. Signed-off-by: Felix Kaechele SVN-Revision: 37027 --- target/linux/ramips/base-files/etc/uci-defaults/02_network | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/ramips/base-files/etc') diff --git a/target/linux/ramips/base-files/etc/uci-defaults/02_network b/target/linux/ramips/base-files/etc/uci-defaults/02_network index b45b0ca25a..747a83d454 100755 --- a/target/linux/ramips/base-files/etc/uci-defaults/02_network +++ b/target/linux/ramips/base-files/etc/uci-defaults/02_network @@ -13,7 +13,6 @@ 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 -- cgit v1.2.3