brcm63xx: move preinit ifname detection to the preinit script

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 44839
This commit is contained in:
Jonas Gorski
2015-03-16 11:53:06 +00:00
parent 90da308e3b
commit 020e5733f9
2 changed files with 40 additions and 100 deletions

View File

@@ -255,105 +255,6 @@ brcm63xx_detect() {
board_name=$(brcm63xx_legacy_detect "$board_id")
fi
case "$board_name" in
bcm963281tan)
ifname=eth0
;;
a4001n1)
ifname=eth0
;;
bcm96328avng)
ifname=eth0
;;
a4001n)
ifname="eth0"
;;
ar-5381u)
ifname=eth0
;;
ar-5387un)
ifname=eth0
;;
bcm96348gw)
ifname=eth1
;;
bcm96348gw-11)
ifname=eth1
;;
spw303v)
ifname=eth0
;;
vr-3025un)
ifname="eth0"
;;
vr-3025u)
ifname="eth0"
;;
wap-5813n)
ifname="eth0"
;;
dsl-274xb-c)
ifname=eth0
;;
dsl-275xb-d)
ifname=eth0
;;
cpva642)
ifname=eth0
;;
ct536_ct5621)
ifname=eth0
;;
cvg834g)
ifname=eth0
;;
dsl-2640b-b)
ifname=eth0
;;
dgnd3700v1_dgnd3800b)
ifname="eth0"
;;
fast2504n)
ifname=eth0
;;
fast2704v2)
ifname=eth0
;;
gw6000)
ifname=eth1
;;
gw6200)
ifname=eth1
;;
hg553)
ifname=eth0
;;
hg556a_*)
ifname=eth0
;;
hg520)
ifname="eth0"
;;
neufbox6)
ifname=eth0
;;
p870hw-51a_v2)
ifname="eth0"
;;
rta770bw)
ifname=eth0
;;
rta770w)
ifname=eth0
;;
spw500v)
ifname=eth0
;;
v2110)
ifname=eth0
;;
esac
[ -e "/tmp/sysinfo" ] || mkdir -p "/tmp/sysinfo"
echo "$board_name" > /tmp/sysinfo/board_name