diff options
author | bobafetthotmail <starshipeleven@outlook.com> | 2016-09-03 17:03:34 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-09-19 15:30:32 +0200 |
commit | b9a55277d590410ee69cc3f8fda029c60977a029 (patch) | |
tree | 6cfa528dc0d126cfe14c464d5d2d41d5f2d9219f /target/linux/kirkwood/image | |
parent | 63bd73a5cfc3501c7fbeacb629da12d8278ea352 (diff) | |
download | upstream-b9a55277d590410ee69cc3f8fda029c60977a029.tar.gz upstream-b9a55277d590410ee69cc3f8fda029c60977a029.tar.bz2 upstream-b9a55277d590410ee69cc3f8fda029c60977a029.zip |
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>
Diffstat (limited to 'target/linux/kirkwood/image')
-rw-r--r-- | target/linux/kirkwood/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |