diff options
author | John Crispin <john@openwrt.org> | 2016-04-09 10:24:55 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-09 10:24:55 +0000 |
commit | 3ad1820e8365313d89902e5556c8722aabe9e0aa (patch) | |
tree | 419126dedb935c4175b5f574bdcac2a5c985dc09 /target/linux/ramips/image/mt7621.mk | |
parent | 1eb8b0674d3bccf8089e4cac08ef6199237dbd83 (diff) | |
download | upstream-3ad1820e8365313d89902e5556c8722aabe9e0aa.tar.gz upstream-3ad1820e8365313d89902e5556c8722aabe9e0aa.tar.bz2 upstream-3ad1820e8365313d89902e5556c8722aabe9e0aa.zip |
ramips: Adjust image size limit for the D-Link DIR-860L B1
Currently the maximum image size defaults to 8Mbyte even though this model has 16Mbyte of flash memory.
Tested and works on my device.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
SVN-Revision: 49129
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 628954ff50..0732a447bb 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -61,6 +61,7 @@ define Device/dir-860l-b1 DTS := DIR-860L-B1 IMAGES += factory.bin KERNEL := kernel-bin | patch-dtb | relocate-kernel | lzma | uImage lzma + IMAGE_SIZE := $(ralink_default_fw_size_16M) IMAGE/sysupgrade.bin := \ append-kernel | pad-offset 65536 64 | append-rootfs | \ seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \ |