1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

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 <alberto.bursi@outlook.it>
This commit is contained in:
bobafetthotmail 2016-09-03 17:03:34 +02:00 committed by John Crispin
parent 63bd73a5cf
commit b9a55277d5

@ -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