From e4db521f7874f68f29f9c26908c6b1884b571746 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 26 Mar 2015 10:42:36 +0000 Subject: [PATCH] bcm53xx: use the correct kernel image Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45003 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.35.1