mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
ramips: don't reuse KERNEL_DTB for lzma-loader
mt7621 overrides KERNEL_DTB to limit dictionary size, which isn't needed for our lzma loader. This saves 15KB on mt7621 devices using uimage-lzma-loader. Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
This commit is contained in:
parent
51c6b14092
commit
1e5d014ba2
@ -39,7 +39,7 @@ endef
|
||||
|
||||
define Device/uimage-lzma-loader
|
||||
LOADER_TYPE := bin
|
||||
KERNEL := $(KERNEL_DTB) | loader-kernel | uImage none
|
||||
KERNEL := kernel-bin | append-dtb | lzma | loader-kernel | uImage none
|
||||
endef
|
||||
|
||||
define Device/seama
|
||||
|
Loading…
Reference in New Issue
Block a user