diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-14 20:01:46 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-14 20:03:21 +0100 |
commit | 1a1c3c690f6411fec0e91bfbdcf28a012a3e0f4e (patch) | |
tree | ba5b2387e83570329e94b6dfba65a768e9120ccd /target/linux/bcm53xx/base-files/etc | |
parent | ecab50023289fc1626dc0e080462897790039b75 (diff) | |
download | upstream-1a1c3c690f6411fec0e91bfbdcf28a012a3e0f4e.tar.gz upstream-1a1c3c690f6411fec0e91bfbdcf28a012a3e0f4e.tar.bz2 upstream-1a1c3c690f6411fec0e91bfbdcf28a012a3e0f4e.zip |
bcm53xx: add switch config for Buffalo WXR-1900DHP and WZR-1750DHP
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/bcm53xx/base-files/etc')
-rwxr-xr-x | target/linux/bcm53xx/base-files/etc/board.d/02_network | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/base-files/etc/board.d/02_network b/target/linux/bcm53xx/base-files/etc/board.d/02_network index 5e6092a86e..672b1349df 100755 --- a/target/linux/bcm53xx/base-files/etc/board.d/02_network +++ b/target/linux/bcm53xx/base-files/etc/board.d/02_network @@ -16,6 +16,13 @@ tenda,ac9) board_config_flush exit 0 ;; +buffalo,wxr-1900dhp| \ +buffalo,wzr-1750dhp) + ucidef_add_switch "switch0" \ + "0:lan:1" "1:lan:2" "2:lan:3" "3:lan:4" "4:wan:5" "5@eth0" + board_config_flush + exit 0 + ;; esac case "$board" in |