ath79: add missing IMAGE_SIZE for Comfast E314N-v2
When adding support in abbbecaa73
("ath79: add support for
Comfast E314N-v2"), IMAGE_SIZE has not been added to device
definition.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
2758dd332c
commit
c2716758c5
1 changed files with 1 additions and 0 deletions
|
@ -262,6 +262,7 @@ define Device/comfast_cf-e314n-v2
|
||||||
DEVICE_MODEL := CF-E314N
|
DEVICE_MODEL := CF-E314N
|
||||||
DEVICE_VARIANT := v2
|
DEVICE_VARIANT := v2
|
||||||
DEVICE_PACKAGES := rssileds
|
DEVICE_PACKAGES := rssileds
|
||||||
|
IMAGE_SIZE := 7936k
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += comfast_cf-e314n-v2
|
TARGET_DEVICES += comfast_cf-e314n-v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue