diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-07-04 13:54:18 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-07-08 16:28:47 +0200 |
commit | 301a78d1d559ecfb4feaaa6dbcd8288a644451a4 (patch) | |
tree | 19722d640d093d9a49441725bd9f179e2d51691f /target/linux/ath79 | |
parent | c3253b52a2108874fb4992ff4c7b1e785bcb4258 (diff) | |
download | upstream-301a78d1d559ecfb4feaaa6dbcd8288a644451a4.tar.gz upstream-301a78d1d559ecfb4feaaa6dbcd8288a644451a4.tar.bz2 upstream-301a78d1d559ecfb4feaaa6dbcd8288a644451a4.zip |
ath79: Add missing IMAGE_SIZE for Etactica EG200
The Etactica EG200 is the only device in ath79 despite nand
target that lacks IMAGE_SIZE.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 977b6b6864..b998cc4062 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -392,6 +392,7 @@ define Device/etactica_eg200 DEVICE_MODEL := EG200 DEVICE_PACKAGES := kmod-usb-chipidea2 kmod-ledtrig-oneshot \ kmod-usb-serial kmod-usb-serial-ftdi kmod-usb-storage kmod-fs-ext4 + IMAGE_SIZE := 16000k SUPPORTED_DEVICES += rme-eg200 endef TARGET_DEVICES += etactica_eg200 |