diff options
author | Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> | 2016-12-03 15:51:05 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-09 22:02:45 +0100 |
commit | 41ad9ed13a7792775ad3cca88e9d4eac6e594c63 (patch) | |
tree | 606941a34216d2c0c66366cb57ce69f408513691 /target/linux/brcm63xx/base-files/etc/board.d | |
parent | be4842f5de346e463ae44cd0e161ce80311f0374 (diff) | |
download | upstream-41ad9ed13a7792775ad3cca88e9d4eac6e594c63.tar.gz upstream-41ad9ed13a7792775ad3cca88e9d4eac6e594c63.tar.bz2 upstream-41ad9ed13a7792775ad3cca88e9d4eac6e594c63.zip |
brcm63xx: Add Observa VH4032N support
Add support for the Observa Telecom VH4032N router.
This is another BCM6368 router, 128 MB RAM, 32MB flash and 3 USB
host ports.
The wifi chip is an onboard Broadcom BCM43222.
Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
[jonas.gorski: use gpio-hog instead of abusing ephy-reset]
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/board.d')
-rwxr-xr-x | target/linux/brcm63xx/base-files/etc/board.d/02_network | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/board.d/02_network b/target/linux/brcm63xx/base-files/etc/board.d/02_network index 1cf54cbff2..ff5fc7a201 100755 --- a/target/linux/brcm63xx/base-files/etc/board.d/02_network +++ b/target/linux/brcm63xx/base-files/etc/board.d/02_network @@ -99,6 +99,11 @@ vr-3026e) "0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "8t@eth0" ;; +vh4032n) + ucidef_add_switch "switch0" \ + "0:lan:4" "1:lan:3" "2:lan:2" "3:lan:1" "8t@eth0" + ;; + bcm96368mvwg) ucidef_add_switch "switch0" \ "1:lan" "2:lan" "4:lan" "5:lan" "8t@eth0" |