diff options
author | Sven Eckelmann <sven@narfation.org> | 2022-10-24 18:55:44 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-13 15:26:34 +0100 |
commit | 539a5fd62490c22fdd29ddbc2ccfb2fd25cba610 (patch) | |
tree | e1cc5edab15a1584a21cffd878a1b07967e004f2 /target/linux/ipq40xx/base-files | |
parent | b8bda645fcbd1b8c3aafdf2ebd4d54893fdddd65 (diff) | |
download | upstream-539a5fd62490c22fdd29ddbc2ccfb2fd25cba610.tar.gz upstream-539a5fd62490c22fdd29ddbc2ccfb2fd25cba610.tar.bz2 upstream-539a5fd62490c22fdd29ddbc2ccfb2fd25cba610.zip |
ipq40xx: Convert plasmacloud,pa1200 to DSA
* ethernet1:
- physical port label "Ethernet 1"
- its mac address is printed on the device label
* ethernet2:
- physical port label "Ethernet 2"
- can be used to power the device
Both ports are not marked by there role (because the vendor firmware
automatically detects roles) but the "Ethernet 2" port was used in the past
for "WAN" functionality in OpenWrt.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'target/linux/ipq40xx/base-files')
-rw-r--r-- | target/linux/ipq40xx/base-files/etc/board.d/02_network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/base-files/etc/board.d/02_network b/target/linux/ipq40xx/base-files/etc/board.d/02_network index e682a0fb15..dc111044e8 100644 --- a/target/linux/ipq40xx/base-files/etc/board.d/02_network +++ b/target/linux/ipq40xx/base-files/etc/board.d/02_network @@ -77,6 +77,9 @@ ipq40xx_setup_interfaces() openmesh,a62) ucidef_set_interfaces_lan_wan "ethernet2" "ethernet1" ;; + plasmacloud,pa1200) + ucidef_set_interfaces_lan_wan "ethernet1" "ethernet2" + ;; zte,mf286d) ucidef_set_interfaces_lan_wan "lan2 lan3 lan4" "wan" ;; |