diff options
author | Alex Maclean <monkeh@monkeh.net> | 2018-06-20 14:56:21 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-26 07:04:43 +0200 |
commit | 2f23a0583a3092d9076ceecca16be0f8ccdce217 (patch) | |
tree | 5e9fee4d8332f9d3f087d9efebb6a2099d77efbf | |
parent | 408c54b02f6a6dd2c0ae30a7885a37c9ac4c1b53 (diff) | |
download | upstream-2f23a0583a3092d9076ceecca16be0f8ccdce217.tar.gz upstream-2f23a0583a3092d9076ceecca16be0f8ccdce217.tar.bz2 upstream-2f23a0583a3092d9076ceecca16be0f8ccdce217.zip |
ramips: RE350: add rootfs offset to header
Have mktplinkfw fill in the rootfs offset so the firmware splitter can
find it without aligning to erase blocks.
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index e9e2d3ecef..778f3d6bf8 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -256,7 +256,7 @@ define Device/re350-v1 TPLINK_HWREV := 0 TPLINK_HEADER_VERSION := 1 IMAGE_SIZE := 6016k - KERNEL := $(KERNEL_DTB) | tplink-v1-header -e + KERNEL := $(KERNEL_DTB) | tplink-v1-header -e -O IMAGES := sysupgrade.bin factory.bin IMAGE/sysupgrade.bin := append-rootfs | tplink-safeloader sysupgrade | append-metadata | check-size $$$$(IMAGE_SIZE) IMAGE/factory.bin := append-rootfs | tplink-safeloader factory |