[openwrt/openwrt] Revert "gemini: Add module for VSC73xx switches"
LEDE Commits
lede-commits at lists.infradead.org
Fri May 2 10:19:17 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4cfefc2f7640de1b9529ba89d70e244cdd197d8d
commit 4cfefc2f7640de1b9529ba89d70e244cdd197d8d
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri May 2 19:17:53 2025 +0200
Revert "gemini: Add module for VSC73xx switches"
This reverts commit 1c993da8ff2ee9ed33af23657ef6c3d45d19ed2f.
VSC kmod is broken and is causing all targets to fail compiling so revert.
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/gemini/image/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile
index c6df35c9a4..c5d09e7120 100644
--- a/target/linux/gemini/image/Makefile
+++ b/target/linux/gemini/image/Makefile
@@ -194,7 +194,7 @@ define Device/itian_sq201
DEVICE_VENDOR := ITian
DEVICE_MODEL := Square One SQ201
DEVICE_DTS := gemini-sq201
- DEVICE_PACKAGES += kmod-rt61-pci kmod-usb2-pci kmod-dsa-vsc73xx-spi
+ DEVICE_PACKAGES += kmod-rt61-pci kmod-usb2-pci
endef
TARGET_DEVICES += itian_sq201
@@ -211,7 +211,6 @@ define Device/storlink_sl93512r
DEVICE_VENDOR := StorLink
DEVICE_MODEL := SL93512r
DEVICE_DTS := gemini-sl93512r
- DEVICE_PACKAGES += kmod-dsa-vsc73xx-spi
endef
TARGET_DEVICES += storlink_sl93512r
More information about the lede-commits
mailing list