diff options
author | Chuanhong Guo <gch981213@gmail.com> | 2020-04-14 11:17:47 +0800 |
---|---|---|
committer | Chuanhong Guo <gch981213@gmail.com> | 2020-04-14 11:17:47 +0800 |
commit | d9e9a0e6b11aa461aef1a030e5782292afb58338 (patch) | |
tree | 9dc3b1173f351f80a879a31d8d01d58d957df0dd /target/linux/ramips/image/mt7621.mk | |
parent | 111029bea7b5c1075f7aa12e8431fe840c3dca12 (diff) | |
download | upstream-d9e9a0e6b11aa461aef1a030e5782292afb58338.tar.gz upstream-d9e9a0e6b11aa461aef1a030e5782292afb58338.tar.bz2 upstream-d9e9a0e6b11aa461aef1a030e5782292afb58338.zip |
ramips: define lzma loader platform in target
Loader platform is a per-soc variable instead of a per-device one.
Determine corresponding loader platform at the beginning of image
Makefile.
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Diffstat (limited to 'target/linux/ramips/image/mt7621.mk')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 806286b0bb..8980ff70d4 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -504,7 +504,6 @@ define Device/MikroTik IMAGE_SIZE := 16128k DEVICE_PACKAGES := kmod-usb3 LOADER_TYPE := elf - PLATFORM := mt7621 KERNEL := $(KERNEL_DTB) | loader-kernel IMAGE/sysupgrade.bin := append-kernel | kernel2minor -s 1024 | \ pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | append-metadata | \ |