aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--target/linux/ramips/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index a966ba4349..f93ea8ab2a 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -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