diff mbox series

[OpenWrt-Devel,18.06] ar71xx: define switch for rb-952ui-5ac2nd

Message ID 20180730153740.10878-1-hacks@slashdirt.org
State Changes Requested
Delegated to: John Crispin
Headers show
Series [OpenWrt-Devel,18.06] ar71xx: define switch for rb-952ui-5ac2nd | expand

Commit Message

Thibaut July 30, 2018, 3:37 p.m. UTC
QCA9533 built-in switch can be configured

Tested-by: Thibaut VARÈNE <hacks@slashdirt.org>
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
---
 target/linux/ar71xx/base-files/etc/board.d/02_network | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

John Crispin July 30, 2018, 3:57 p.m. UTC | #1
On 30/07/18 17:37, Thibaut VARÈNE wrote:
> QCA9533 built-in switch can be configured

is this a backport ? if so, please reference the master commit hash.
     John
>
> Tested-by: Thibaut VARÈNE <hacks@slashdirt.org>
> Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
> ---
>   target/linux/ar71xx/base-files/etc/board.d/02_network | 4 ++--
>   1 file 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 b0076366bc..f650b4cd04 100755
> --- a/target/linux/ar71xx/base-files/etc/board.d/02_network
> +++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
> @@ -169,7 +169,6 @@ ar71xx_setup_interfaces()
>   	pb42|\
>   	pb44|\
>   	rb-951ui-2hnd|\
> -	rb-952ui-5ac2nd|\
>   	routerstation|\
>   	tl-wr710n|\
>   	tl-wr720n-v3|\
> @@ -182,7 +181,8 @@ ar71xx_setup_interfaces()
>   	rb-750-r2|\
>   	rb-750p-pbr2|\
>   	rb-750up-r2|\
> -	rb-951ui-2nd)
> +	rb-951ui-2nd|\
> +	rb-952ui-5ac2nd)
>   		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"
diff mbox series

Patch

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 b0076366bc..f650b4cd04 100755
--- a/target/linux/ar71xx/base-files/etc/board.d/02_network
+++ b/target/linux/ar71xx/base-files/etc/board.d/02_network
@@ -169,7 +169,6 @@  ar71xx_setup_interfaces()
 	pb42|\
 	pb44|\
 	rb-951ui-2hnd|\
-	rb-952ui-5ac2nd|\
 	routerstation|\
 	tl-wr710n|\
 	tl-wr720n-v3|\
@@ -182,7 +181,8 @@  ar71xx_setup_interfaces()
 	rb-750-r2|\
 	rb-750p-pbr2|\
 	rb-750up-r2|\
-	rb-951ui-2nd)
+	rb-951ui-2nd|\
+	rb-952ui-5ac2nd)
 		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"