diff options
| author | Linus Walleij | 2025-01-12 00:37:20 +0000 |
|---|---|---|
| committer | Linus Walleij | 2025-05-02 09:19:31 +0000 |
| commit | 1c993da8ff2ee9ed33af23657ef6c3d45d19ed2f (patch) | |
| tree | 62255575cc7e8b8111252da005f0635353bcf5de | |
| parent | 5687f448a411a570b7d8558b08a132938f3de0f5 (diff) | |
| download | openwrt-1c993da8ff2ee9ed33af23657ef6c3d45d19ed2f.tar.gz | |
gemini: Add module for VSC73xx switches
This adds the Vitesse VSC73xx DSA switch modules to the two
Gemini devices that have them.
Link: https://patchwork.ozlabs.org/project/openwrt/patch/20250410-gemini-rtl-dsa-module-v1-2-60af8219b2cc@linaro.org/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
| -rw-r--r-- | target/linux/gemini/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile index c5d09e7120..c6df35c9a4 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 + DEVICE_PACKAGES += kmod-rt61-pci kmod-usb2-pci kmod-dsa-vsc73xx-spi endef TARGET_DEVICES += itian_sq201 @@ -211,6 +211,7 @@ 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 |