summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:42 +0000
committerJonas Gorski <jogo@openwrt.org>2014-02-22 11:16:42 +0000
commitedbfb81b56805c77242855f7b4be6f7fbe77c2a4 (patch)
treef0055cf619f8c9d6fd5cc46fac0077fa652b2e30 /target/linux/brcm63xx/base-files
parent84dc1f1209235731eeb20e10bddbdcde627f6f67 (diff)
downloadmaster-31e0f0ae-edbfb81b56805c77242855f7b4be6f7fbe77c2a4.tar.gz
master-31e0f0ae-edbfb81b56805c77242855f7b4be6f7fbe77c2a4.tar.bz2
master-31e0f0ae-edbfb81b56805c77242855f7b4be6f7fbe77c2a4.zip
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
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/uci-defaults/02_network1
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh5
2 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
index b4ab46d56b..6233531ffd 100755
--- a/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
+++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/02_network
@@ -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"
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index 1d9b448b75..679fedd564 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -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"