From e6a7e6ed25866a067f87abeb00354f03f0866223 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 22 Jul 2016 08:59:01 +0200 Subject: lantiq: fix image creation of P2812HNUF3 & BTHOMEHUBV3A Both devices were converted to the new image build code but still using the LegacyDevice define. Therefore an image isn't created for the mentioned devices. Signed-off-by: Mathias Kresin --- target/linux/lantiq/image/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index baa16cd996..52a568dac0 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -454,7 +454,7 @@ TARGET_DEVICES += GIGASX76X # AR9 -define LegacyDevice/BTHOMEHUBV3A +define Device/BTHOMEHUBV3A $(Device/NAND) DEVICE_TITLE := BT Home Hub 3A DEVICE_PACKAGES := kmod-usb-dwc2 kmod-ledtrig-usbdev \ @@ -573,7 +573,7 @@ define Device/P2812HNUF1 endef TARGET_DEVICES += P2812HNUF1 -define LegacyDevice/P2812HNUF3 +define Device/P2812HNUF3 $(Device/NAND) DEVICE_TITLE := ZyXEL P-2812HNU-F3 DEVICE_PACKAGES := kmod-rt2800-pci wpad-mini kmod-usb-dwc2 -- cgit v1.2.3