summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorbobafetthotmail <starshipeleven@outlook.com>2016-09-03 17:03:34 +0200
committerJohn Crispin <john@phrozen.org>2016-09-19 15:30:32 +0200
commitb9a55277d590410ee69cc3f8fda029c60977a029 (patch)
tree6cfa528dc0d126cfe14c464d5d2d41d5f2d9219f /target
parent63bd73a5cfc3501c7fbeacb629da12d8278ea352 (diff)
downloadmaster-31e0f0ae-b9a55277d590410ee69cc3f8fda029c60977a029.tar.gz
master-31e0f0ae-b9a55277d590410ee69cc3f8fda029c60977a029.tar.bz2
master-31e0f0ae-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')
-rw-r--r--target/linux/kirkwood/image/Makefile1
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