mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
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>
This commit is contained in:
parent
c3253b52a2
commit
301a78d1d5
@ -392,6 +392,7 @@ define Device/etactica_eg200
|
|||||||
DEVICE_MODEL := EG200
|
DEVICE_MODEL := EG200
|
||||||
DEVICE_PACKAGES := kmod-usb-chipidea2 kmod-ledtrig-oneshot \
|
DEVICE_PACKAGES := kmod-usb-chipidea2 kmod-ledtrig-oneshot \
|
||||||
kmod-usb-serial kmod-usb-serial-ftdi kmod-usb-storage kmod-fs-ext4
|
kmod-usb-serial kmod-usb-serial-ftdi kmod-usb-storage kmod-fs-ext4
|
||||||
|
IMAGE_SIZE := 16000k
|
||||||
SUPPORTED_DEVICES += rme-eg200
|
SUPPORTED_DEVICES += rme-eg200
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += etactica_eg200
|
TARGET_DEVICES += etactica_eg200
|
||||||
|
Loading…
Reference in New Issue
Block a user