diff options
author | Mathias Kresin <dev@kresin.me> | 2016-09-04 09:58:02 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2016-09-04 09:58:02 +0200 |
commit | a499d0a6b55715070f65b72b25436530c3909135 (patch) | |
tree | 257e361e18183255f801839c783222caa4a7c4d4 /target/linux/ramips/image/rt288x.mk | |
parent | e7ec7a08aae0afb1064d1bf26a9cd6fe1e64d516 (diff) | |
download | upstream-a499d0a6b55715070f65b72b25436530c3909135.tar.gz upstream-a499d0a6b55715070f65b72b25436530c3909135.tar.bz2 upstream-a499d0a6b55715070f65b72b25436530c3909135.zip |
image: specify max image size in Kilobyte/Megabyte
Use the k and m unit suffix to be consistent with the blocksize.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/image/rt288x.mk')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index 2bdb18ec83..ebb523e461 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -31,10 +31,9 @@ define Device/ar725w endef TARGET_DEVICES += ar725w -belkin_f5d8235v1_mtd_size=7929856 define Device/f5d8235v1 DTS := F5D8235_V1 - IMAGE_SIZE := $(belkin_f5d8235v1_mtd_size) + IMAGE_SIZE := 7744k DEVICE_TITLE := Belkin F5D8235 V1 DEVICE_PACKAGES := kmod-switch-rtl8366s endef |