[LEDE-DEV] [PATCH] lantiq: fix image creation of P2812HNUF3 & BTHOMEHUBV3A
Mathias Kresin
dev at kresin.me
Thu Jul 21 23:59:01 PDT 2016
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 <dev at kresin.me>
---
target/linux/lantiq/image/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index baa16cd9..52a568d 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
--
2.7.4
More information about the Lede-dev
mailing list