From b9a55277d590410ee69cc3f8fda029c60977a029 Mon Sep 17 00:00:00 2001 From: bobafetthotmail Date: Sat, 3 Sep 2016 17:03:34 +0200 Subject: [PATCH] kirkwood: fix uimage creation for some kirkwood devices because with the current system I'm getting fake uImages that are actually a renamed zImage, and that's plain wrong. This fixes bug https://bugs.lede-project.org/index.php?do=details&task_id=131 and https://bugs.lede-project.org/index.php?do=details&task_id=139 Signed-off-by: Alberto Bursi --- target/linux/kirkwood/image/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 80bd01942e..1fb482f1e7 100644 --- a/target/linux/kirkwood/image/Makefile +++ b/target/linux/kirkwood/image/Makefile @@ -38,7 +38,6 @@ define Device/dockstar IMAGES += factory.bin IMAGE/factory.bin := append-ubi KERNEL_IN_UBI := 1 - KERNEL := kernel-bin | append-dtb endef define Device/goflexnet -- 2.30.2