Explorar o código

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/[email protected]/
Signed-off-by: Linus Walleij <[email protected]>
Linus Walleij hai 11 meses
pai
achega
1c993da8ff
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      target/linux/gemini/image/Makefile

+ 2 - 1
target/linux/gemini/image/Makefile

@@ -194,7 +194,7 @@ define Device/itian_sq201
 	DEVICE_VENDOR := ITian
 	DEVICE_VENDOR := ITian
 	DEVICE_MODEL := Square One SQ201
 	DEVICE_MODEL := Square One SQ201
 	DEVICE_DTS := gemini-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
 endef
 TARGET_DEVICES += itian_sq201
 TARGET_DEVICES += itian_sq201
 
 
@@ -211,6 +211,7 @@ define Device/storlink_sl93512r
 	DEVICE_VENDOR := StorLink
 	DEVICE_VENDOR := StorLink
 	DEVICE_MODEL := SL93512r
 	DEVICE_MODEL := SL93512r
 	DEVICE_DTS := gemini-sl93512r
 	DEVICE_DTS := gemini-sl93512r
+	DEVICE_PACKAGES += kmod-dsa-vsc73xx-spi
 endef
 endef
 TARGET_DEVICES += storlink_sl93512r
 TARGET_DEVICES += storlink_sl93512r