projects
/
openwrt
/
staging
/
aparcar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2758dd3
)
ath79: add missing IMAGE_SIZE for Comfast E314N-v2
author
Adrian Schmutzler
<
[email protected]
>
Fri, 9 Aug 2019 11:53:49 +0000
(13:53 +0200)
committer
David Bauer
<
[email protected]
>
Fri, 9 Aug 2019 15:10:46 +0000
(17:10 +0200)
When adding support in
abbbecaa73dc
("ath79: add support for
Comfast E314N-v2"), IMAGE_SIZE has not been added to device
definition.
Signed-off-by: Adrian Schmutzler <
[email protected]
>
target/linux/ath79/image/generic.mk
patch
|
blob
|
history
diff --git
a/target/linux/ath79/image/generic.mk
b/target/linux/ath79/image/generic.mk
index 1aa82a3a4a53c5fb6395863eee631a1ca5229c2c..f9b6c1b45018f53509f7ccb19865e8dcf7934289 100644
(file)
--- a/
target/linux/ath79/image/generic.mk
+++ b/
target/linux/ath79/image/generic.mk
@@
-262,6
+262,7
@@
define Device/comfast_cf-e314n-v2
DEVICE_MODEL := CF-E314N
DEVICE_VARIANT := v2
DEVICE_PACKAGES := rssileds
+ IMAGE_SIZE := 7936k
endef
TARGET_DEVICES += comfast_cf-e314n-v2