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
master
Jonas Gorski 11 years ago
parent 84dc1f1209
commit edbfb81b56
  1. 1
      target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
  2. 5
      target/linux/brcm63xx/base-files/lib/brcm63xx.sh
  3. 3
      target/linux/brcm63xx/image/Makefile

@ -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…
Cancel
Save