From: bobafetthotmail Date: Sat, 3 Sep 2016 15:03:34 +0000 (+0200) Subject: kirkwood: fix uimage creation for some kirkwood devices X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Frmilecki.git;a=commitdiff_plain;h=b9a55277d590410ee69cc3f8fda029c60977a029 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 --- diff --git a/target/linux/kirkwood/image/Makefile b/target/linux/kirkwood/image/Makefile index 80bd01942e5..1fb482f1e75 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