brcm63xx: remove obsolete brcm63xx_has_reset_button

r37000 made button kmods loaded from generic code, so we don't use
it anymore for deciding to load them.

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

SVN-Revision: 44838
This commit is contained in:
Jonas Gorski 2015-03-16 11:52:57 +00:00
parent f0badcb769
commit 90da308e3b

View file

@ -6,7 +6,6 @@
board_id="" board_id=""
sys_mtd_part="" sys_mtd_part=""
brcm63xx_has_reset_button=""
ifname="" ifname=""
brcm63xx_dt_detect() { brcm63xx_dt_detect() {
@ -261,128 +260,96 @@ brcm63xx_detect() {
ifname=eth0 ifname=eth0
;; ;;
a4001n1) a4001n1)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
bcm96328avng) bcm96328avng)
ifname=eth0 ifname=eth0
;; ;;
a4001n) a4001n)
brcm63xx_has_reset_button="true"
ifname="eth0" ifname="eth0"
;; ;;
ar-5381u) ar-5381u)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
ar-5387un) ar-5387un)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
bcm96348gw) bcm96348gw)
brcm63xx_has_reset_button="true"
ifname=eth1 ifname=eth1
;; ;;
bcm96348gw-11) bcm96348gw-11)
brcm63xx_has_reset_button="true"
ifname=eth1 ifname=eth1
;; ;;
spw303v) spw303v)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
vr-3025un) vr-3025un)
brcm63xx_has_reset_button="true"
ifname="eth0" ifname="eth0"
;; ;;
vr-3025u) vr-3025u)
brcm63xx_has_reset_button="true"
ifname="eth0" ifname="eth0"
;; ;;
wap-5813n) wap-5813n)
brcm63xx_has_reset_button="true"
ifname="eth0" ifname="eth0"
;; ;;
ar1004g)
brcm63xx_has_reset_button="true"
;;
dsl-274xb-c) dsl-274xb-c)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
dsl-275xb-d) dsl-275xb-d)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
cpva642) cpva642)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
ct536_ct5621) ct536_ct5621)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
cvg834g) cvg834g)
ifname=eth0 ifname=eth0
;; ;;
dsl-2640b-b) dsl-2640b-b)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
dgnd3700v1_dgnd3800b) dgnd3700v1_dgnd3800b)
brcm63xx_has_reset_button="true"
ifname="eth0" ifname="eth0"
;; ;;
fast2504n) fast2504n)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
fast2704v2) fast2704v2)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
gw6000) gw6000)
brcm63xx_has_reset_button="true"
ifname=eth1 ifname=eth1
;; ;;
gw6200) gw6200)
brcm63xx_has_reset_button="true"
ifname=eth1 ifname=eth1
;; ;;
hg553) hg553)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
hg556a_*) hg556a_*)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
hg520) hg520)
brcm63xx_has_reset_button="true"
ifname="eth0" ifname="eth0"
;; ;;
neufbox6) neufbox6)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
p870hw-51a_v2) p870hw-51a_v2)
brcm63xx_has_reset_button="true"
ifname="eth0" ifname="eth0"
;; ;;
rta770bw) rta770bw)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
rta770w) rta770w)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
spw500v) spw500v)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
v2110) v2110)
brcm63xx_has_reset_button="true"
ifname=eth0 ifname=eth0
;; ;;
esac esac