aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorRaylynn Knight <rayknight@me.com>2022-02-10 02:25:27 -0500
committerChristian Lamparter <chunkeey@gmail.com>2022-02-19 18:29:42 +0100
commit6905ad2494dbcbae32751db98e4a9d138701aa2f (patch)
tree26c61e406d9571a7e4b0479130feb3bda7d23e15 /target
parent22436d762bbd872c347a7b1ef21c474625435ff8 (diff)
downloadupstream-6905ad2494dbcbae32751db98e4a9d138701aa2f.tar.gz
upstream-6905ad2494dbcbae32751db98e4a9d138701aa2f.tar.bz2
upstream-6905ad2494dbcbae32751db98e4a9d138701aa2f.zip
x86: fix support for Sophos SG/XG wireless products
Correct typo that caused network interfaces for Sophos SG/XG wireless devices to not be configured properly. Tested on Sophos SG 135wr2, Sophos XG 125wr2 and Sophos SG 105wr1 Signed-off-by: Raylynn Knight <rayknight@me.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86/base-files/etc/board.d/02_network16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/x86/base-files/etc/board.d/02_network b/target/linux/x86/base-files/etc/board.d/02_network
index 3226967b57..97f002ba08 100644
--- a/target/linux/x86/base-files/etc/board.d/02_network
+++ b/target/linux/x86/base-files/etc/board.d/02_network
@@ -18,23 +18,23 @@ roqos-roqos-core-rc10)
ucidef_set_interfaces_lan_wan "eth1" "eth0"
;;
sophos-sg-105r1|sophos-xg-105r1| \
-sophos-sg-105Wr1|sophos-xg-105Wr1| \
+sophos-sg-105wr1|sophos-xg-105wr1| \
sophos-sg-105r2|sophos-xg-105r2| \
-sophos-sg-105Wr2|sophos-xg-105Wr2| \
+sophos-sg-105wr2|sophos-xg-105wr2| \
sophos-sg-115r1|sophos-xg-115r1| \
-sophos-sg-115Wr1|sophos-xg-115Wr1| \
+sophos-sg-115wr1|sophos-xg-115wr1| \
sophos-sg-115r2|sophos-xg-115r2| \
-sophos-sg-115Wr2|sophos-xg-115Wr2)
+sophos-sg-115wr2|sophos-xg-115wr2)
ucidef_set_interfaces_lan_wan "eth0 eth2 eth3" "eth1"
;;
sophos-sg-125r1|sophos-xg-125r1| \
-sophos-sg-125Wr1|sophos-xg-125Wr1| \
+sophos-sg-125wr1|sophos-xg-125wr1| \
sophos-sg-125r2|sophos-xg-125r2| \
-sophos-sg-125Wr2|sophos-xg-125Wr2| \
+sophos-sg-125wr2|sophos-xg-125wr2| \
sophos-sg-135r1|sophos-xg-135r1| \
-sophos-sg-135Wr1|sophos-xg-135Wr1| \
+sophos-sg-135wr1|sophos-xg-135wr1| \
sophos-sg-135r2|sophos-xg-135r2| \
-sophos-sg-135Wr2|sophos-xg-135Wr2)
+sophos-sg-135wr2|sophos-xg-135wr2)
ucidef_set_interfaces_lan_wan "eth0 eth2 eth3 eth4 eth5 eth6 eth7" "eth1"
;;
traverse-technologies-geos)