Fix syntax error in patch that broke network on many ath79 devices (#808)

This commit is contained in:
Tim Wilkinson 2023-04-26 15:25:26 -07:00 committed by GitHub
parent deeacc2cc2
commit e148f10ed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -332,10 +332,12 @@
mikrotik,routerboard-wapr-2nd)
--- a/target/linux/ath79/generic/base-files/etc/board.d/02_network
+++ b/target/linux/ath79/generic/base-files/etc/board.d/02_network
@@ -538,6 +538,7 @@
@@ -537,7 +537,8 @@
ucidef_add_switch "switch0" \
"0@eth0" "3:lan:1" "4:lan:2"
;;
glinet,gl-ar150)
- glinet,gl-ar150)
+ glinet,gl-ar150|\
+ glinet,gl-ar300m16)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
ucidef_set_interface "dtdlink" device "eth0.2" protocol "static"