From 7faeffde4df652f9f37c44ee5c80186ec9b43904 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <josef.schlehofer@nic.cz> Date: Mon, 27 Jun 2022 14:29:29 +0200 Subject: [PATCH] patches/updater-lists: add marvell switches for Omnia and MOX --- .../hack/0001-Hack-for-Marvell-switches.patch | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 patches/updater-lists/hack/0001-Hack-for-Marvell-switches.patch diff --git a/patches/updater-lists/hack/0001-Hack-for-Marvell-switches.patch b/patches/updater-lists/hack/0001-Hack-for-Marvell-switches.patch new file mode 100644 index 000000000..0371d8b0f --- /dev/null +++ b/patches/updater-lists/hack/0001-Hack-for-Marvell-switches.patch @@ -0,0 +1,36 @@ +From be4e885d473ffe96bcdf52d2b431d490d26cb969 Mon Sep 17 00:00:00 2001 +From: Josef Schlehofer <pepe.schlehofer@gmail.com> +Date: Mon, 27 Jun 2022 14:28:56 +0200 +Subject: [PATCH] Hack for Marvell switches + +I am not sure if this is going to work, but lets try +--- + kmod-mox.list | 3 +++ + kmod-omnia.list | 3 +++ + 2 files changed, 6 insertions(+) + +diff --git a/kmod-mox.list b/kmod-mox.list +index fe1381a..19b5028 100644 +--- a/kmod-mox.list ++++ b/kmod-mox.list +@@ -7,3 +7,6 @@ gpio-button-hotplug + mwlwifi + mwifiex-sdio + btmrvl ++ ++# Hack ++dsa-mv88e6xxx +diff --git a/kmod-omnia.list b/kmod-omnia.list +index 8ae58d1..fccb6fd 100644 +--- a/kmod-omnia.list ++++ b/kmod-omnia.list +@@ -8,3 +8,6 @@ eeprom-at24 + ledtrig-gpio + ledtrig-oneshot + ledtrig-transient ++ ++# Hack ++dsa-mv88e6xxx +-- +2.34.1 + -- GitLab