diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-30 18:24:04 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-30 18:25:17 +0200 |
commit | b0b5c64c22b8a1bf323b8756153e8568f52e1281 (patch) | |
tree | 7e884a74ba2adc92424f720381150cf58ad47935 /target/linux/ar71xx/base-files | |
parent | 3442ec5d5724ca747c9f76b949dc8d21c94228c0 (diff) | |
download | upstream-b0b5c64c22b8a1bf323b8756153e8568f52e1281.tar.gz upstream-b0b5c64c22b8a1bf323b8756153e8568f52e1281.tar.bz2 upstream-b0b5c64c22b8a1bf323b8756153e8568f52e1281.zip |
Revert "ar71xx: define switch for rb-952ui-5ac2nd"
This reverts commit 3442ec5d5724ca747c9f76b949dc8d21c94228c0.
The device behaviour is reportedly erratic so let's not take chances and
leave this out for now.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/board.d/02_network | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/base-files/etc/board.d/02_network b/target/linux/ar71xx/base-files/etc/board.d/02_network index f650b4cd04..b0076366bc 100755 --- a/target/linux/ar71xx/base-files/etc/board.d/02_network +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network @@ -169,6 +169,7 @@ ar71xx_setup_interfaces() pb42|\ pb44|\ rb-951ui-2hnd|\ + rb-952ui-5ac2nd|\ routerstation|\ tl-wr710n|\ tl-wr720n-v3|\ @@ -181,8 +182,7 @@ ar71xx_setup_interfaces() rb-750-r2|\ rb-750p-pbr2|\ rb-750up-r2|\ - rb-951ui-2nd|\ - rb-952ui-5ac2nd) + rb-951ui-2nd) ucidef_set_interfaces_lan_wan "eth1.1" "eth0" ucidef_add_switch "switch0" \ "0@eth1" "1:lan:4" "2:lan:3" "3:lan:2" "4:lan:1" |