ath79: airtight c-75: use second flash chip

The flash capacity is divided in two flash chips and currently only
first is used. Increase available space for OpenWrt by additional 16 MiB
using mtd-concat driver. Because U-Boot might not be able to load kernel
image spanned through two flash chips, the size of kernel is limited
to space available on first first chip.

Cc: Vladimir Georgievsky <vladimir.georgievsky@yahoo.com>
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
This commit is contained in:
Tomasz Maciej Nowak
2020-12-17 17:24:27 +01:00
committed by Adrian Schmutzler
parent 0d96d36841
commit 13581a5fa7
2 changed files with 23 additions and 6 deletions

View File

@@ -246,7 +246,8 @@ define Device/airtight_c-75
DEVICE_ALT1_VENDOR := WatchGuard
DEVICE_ALT1_MODEL := AP320
DEVICE_PACKAGES := ath10k-firmware-qca988x-ct kmod-ath10k-ct kmod-usb2
IMAGE_SIZE := 15936k
IMAGE_SIZE := 32320k
KERNEL_SIZE := 15936k
endef
TARGET_DEVICES += airtight_c-75