2
0
forked from Ivasoft/openwrt

brcm63xx: F@ST2504n board support (image, base-files)

Signed-off-by: Max Staudt <openwrt.max@enpas.org>
Patchwork: http://patchwork.openwrt.org/patch/4730/
Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 39676
This commit is contained in:
Jonas Gorski
2014-02-22 11:16:42 +00:00
parent 84dc1f1209
commit edbfb81b56
3 changed files with 9 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ DVG3810BN)
963281TAN |\
963281T_TEF |\
96368MVNgr |\
"F@ST2504n" |\
"F@ST2704V2")
ucidef_set_interface_lan "eth0.1"
ucidef_add_switch "eth0" "1" "1"

View File

@@ -125,6 +125,11 @@ brcm63xx_detect() {
brcm63xx_has_reset_button="true"
ifname=eth0
;;
"F@ST2504n")
status_led="fast2504n:green:ok"
brcm63xx_has_reset_button="true"
ifname=eth0
;;
'F@ST2704V2')
status_led="F@ST2704V2:green:power"
brcm63xx_has_reset_button="true"