From 414e8ba63477c156ac774c57e98b99f23776b90c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 26 Mar 2015 10:42:36 +0000 Subject: [PATCH] bcm53xx: use the correct kernel image Signed-off-by: Felix Fietkau SVN-Revision: 45003 --- target/linux/bcm53xx/image/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile index 55a75ff7d3..2de5271bd8 100644 --- a/target/linux/bcm53xx/image/Makefile +++ b/target/linux/bcm53xx/image/Makefile @@ -52,6 +52,7 @@ define Device/Default DT := $(patsubst %.dtb,%,$(notdir $(wildcard $(if $(IB),$(KDIR),$(DTS_DIR))/*-$(1).dtb))) KERNEL := kernel-bin | append-dtb | lzma-d16 FILESYSTEMS := squashfs + KERNEL_NAME := zImage IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1).$$(2) IMAGES := trx IMAGE/trx := trx-nand -- 2.30.2