mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 23:42:57 +00:00
ath79: add missing IMAGE_SIZE for Comfast WR650AC v1/v2
When adding support in 9ed272fe95
("ath79: add support for
Comfast WR650AC v1/v2"), IMAGE_SIZE has not been added to device
definition.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
2a08bf3656
commit
296affa359
@ -282,6 +282,7 @@ define Device/comfast_cf-wr650ac-v1
|
|||||||
DEVICE_MODEL := CF-WR650AC
|
DEVICE_MODEL := CF-WR650AC
|
||||||
DEVICE_VARIANT := v1
|
DEVICE_VARIANT := v1
|
||||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
||||||
|
IMAGE_SIZE := 16128k
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += comfast_cf-wr650ac-v1
|
TARGET_DEVICES += comfast_cf-wr650ac-v1
|
||||||
|
|
||||||
@ -291,6 +292,7 @@ define Device/comfast_cf-wr650ac-v2
|
|||||||
DEVICE_MODEL := CF-WR650AC
|
DEVICE_MODEL := CF-WR650AC
|
||||||
DEVICE_VARIANT := v2
|
DEVICE_VARIANT := v2
|
||||||
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
||||||
|
IMAGE_SIZE := 16000k
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += comfast_cf-wr650ac-v2
|
TARGET_DEVICES += comfast_cf-wr650ac-v2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user