diff options
| author | Linus Walleij | 2025-01-12 00:37:20 +0000 |
|---|---|---|
| committer | Linus Walleij | 2025-09-15 21:12:56 +0000 |
| commit | 57fcb3740126bb9ea21fad57f8a1a6388fc96a6b (patch) | |
| tree | 21c8359268298b3dc2716b998511a2c8bf42576d | |
| parent | b7f1f8ed3b434f47bdbfa6da5646057e022cadfa (diff) | |
| download | openwrt-57fcb3740126bb9ea21fad57f8a1a6388fc96a6b.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://github.com/openwrt/openwrt/pull/20057
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 df0d86096e..6219f67e05 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 |