summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/base-files/lib/preinit/05_failsafe_config_switch_brcm
blob: 0bfce5f1effed4f24588a3468514c5cbf60255d3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

failsafe_config_switch() {
	[ -d /proc/switch/eth0 ] && [ "$ifname" = "eth0" ] && {
		echo "0 1 2 3 4 ${cpu_port:-5u*}" > /proc/switch/eth0/vlan/0/ports
	}
}

boot_hook_add failsafe failsafe_config_switch