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>
v19.07.3_mercusys_ac12_duma
bobafetthotmail 8 years ago 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

Loading…
Cancel
Save