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:
parent
84dc1f1209
commit
edbfb81b56
3 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -220,6 +220,9 @@ define Image/Build
|
|||
# Neufbox6
|
||||
$(call Image/Build/CFE,$(1),NB6-SER-r0,6362,NEUFBOX6,OpenWRT-$(REVISION))
|
||||
|
||||
# Sagem F@ST2504n
|
||||
$(call Image/Build/CFE,$(1),F@ST2504n,6362,F@ST2504n,OpenWRT-$(REVISION))
|
||||
|
||||
# Comtrend 6373
|
||||
$(call Image/Build/CFE,$(1),CT6373-1,6358,CT6373)
|
||||
# Comtrend 536, 5621
|
||||
|
|
Loading…
Reference in a new issue