bring up the ethernet driver before loading the switch drivers on broadcom (fixes #1520)
SVN-Revision: 7126
This commit is contained in:
parent
0700d39d4e
commit
5b554fa8a4
1 changed files with 2 additions and 2 deletions
|
@ -66,11 +66,11 @@ case "$(cat /proc/diag/model)" in
|
||||||
"ASUS (unknown, BCM4702)") ifname=eth1;;
|
"ASUS (unknown, BCM4702)") ifname=eth1;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
ifconfig $ifname 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 up
|
||||||
|
|
||||||
insmod switch-core
|
insmod switch-core
|
||||||
insmod switch-robo || insmod switch-adm || rmmod switch-core
|
insmod switch-robo || insmod switch-adm || rmmod switch-core
|
||||||
|
|
||||||
ifconfig $ifname 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 up
|
|
||||||
|
|
||||||
[ -d /proc/switch/eth0 ] && {
|
[ -d /proc/switch/eth0 ] && {
|
||||||
echo 1 > /proc/switch/eth0/reset
|
echo 1 > /proc/switch/eth0/reset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue