ath79: refactor devolo WiFi pro image definitions
Reuse common parts for the devolo WiFi pro series. The series is discontinued and we support all existing devices, so changes due to new revisions or models are highly unlikely Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
73db6ca08b
commit
14334c222e
1 changed files with 11 additions and 18 deletions
|
@ -814,48 +814,41 @@ define Device/devolo_dlan-pro-1200plus-ac
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += devolo_dlan-pro-1200plus-ac
|
TARGET_DEVICES += devolo_dlan-pro-1200plus-ac
|
||||||
|
|
||||||
define Device/devolo_dvl1200e
|
define Device/devolo_wifi-pro
|
||||||
SOC := qca9558
|
SOC := qca9558
|
||||||
DEVICE_VENDOR := devolo
|
DEVICE_VENDOR := devolo
|
||||||
DEVICE_MODEL := WiFi pro 1200e
|
|
||||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
||||||
IMAGE_SIZE := 15936k
|
IMAGE_SIZE := 15936k
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Device/devolo_dvl1200e
|
||||||
|
$(Device/devolo_wifi-pro)
|
||||||
|
DEVICE_MODEL := WiFi pro 1200e
|
||||||
|
endef
|
||||||
TARGET_DEVICES += devolo_dvl1200e
|
TARGET_DEVICES += devolo_dvl1200e
|
||||||
|
|
||||||
define Device/devolo_dvl1200i
|
define Device/devolo_dvl1200i
|
||||||
SOC := qca9558
|
$(Device/devolo_wifi-pro)
|
||||||
DEVICE_VENDOR := devolo
|
|
||||||
DEVICE_MODEL := WiFi pro 1200i
|
DEVICE_MODEL := WiFi pro 1200i
|
||||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
||||||
IMAGE_SIZE := 15936k
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += devolo_dvl1200i
|
TARGET_DEVICES += devolo_dvl1200i
|
||||||
|
|
||||||
define Device/devolo_dvl1750c
|
define Device/devolo_dvl1750c
|
||||||
SOC := qca9558
|
$(Device/devolo_wifi-pro)
|
||||||
DEVICE_VENDOR := devolo
|
|
||||||
DEVICE_MODEL := WiFi pro 1750c
|
DEVICE_MODEL := WiFi pro 1750c
|
||||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
||||||
IMAGE_SIZE := 15936k
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += devolo_dvl1750c
|
TARGET_DEVICES += devolo_dvl1750c
|
||||||
|
|
||||||
define Device/devolo_dvl1750e
|
define Device/devolo_dvl1750e
|
||||||
SOC := qca9558
|
$(Device/devolo_wifi-pro)
|
||||||
DEVICE_VENDOR := devolo
|
|
||||||
DEVICE_MODEL := WiFi pro 1750e
|
DEVICE_MODEL := WiFi pro 1750e
|
||||||
DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
DEVICE_PACKAGES += kmod-usb2
|
||||||
IMAGE_SIZE := 15936k
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += devolo_dvl1750e
|
TARGET_DEVICES += devolo_dvl1750e
|
||||||
|
|
||||||
define Device/devolo_dvl1750i
|
define Device/devolo_dvl1750i
|
||||||
SOC := qca9558
|
$(Device/devolo_wifi-pro)
|
||||||
DEVICE_VENDOR := devolo
|
|
||||||
DEVICE_MODEL := WiFi pro 1750i
|
DEVICE_MODEL := WiFi pro 1750i
|
||||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
|
||||||
IMAGE_SIZE := 15936k
|
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += devolo_dvl1750i
|
TARGET_DEVICES += devolo_dvl1750i
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue