From 55da2a7b0e78a00f5d4a39067562399f76cd9156 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Wed, 30 Mar 2022 17:19:08 +0200 Subject: [PATCH] mpc85xx-p1010: add Sophos RED 15w rev.1 (#2438) This adds support for the Sophos RED 15w rev.1 gateway. It is a branch-office SD-WAN device based on the P1014 networking SoC. Signed-off-by: David Bauer --- docs/user/supported_devices.rst | 4 ++++ targets/mpc85xx-p1010 | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/user/supported_devices.rst b/docs/user/supported_devices.rst index 035b5819..03a99b23 100644 --- a/docs/user/supported_devices.rst +++ b/docs/user/supported_devices.rst @@ -197,6 +197,10 @@ mediatek-mt7622 mpc85xx-generic --------------- +* Sophos + + - RED 15w Rev.1 + * TP-Link - TL-WDR4900 (v1) diff --git a/targets/mpc85xx-p1010 b/targets/mpc85xx-p1010 index 3335ac59..21bd19ff 100644 --- a/targets/mpc85xx-p1010 +++ b/targets/mpc85xx-p1010 @@ -1 +1,10 @@ +-- Sophos + +device('sophos-red-15w-rev.1', 'sophos_red-15w-rev1', { + factory = false, +}) + + +-- TP-Link + device('tp-link-tl-wdr4900-v1', 'tplink_tl-wdr4900-v1')