[source] lantiq: fix image creation of P2812HNUF3 & BTHOMEHUBV3A
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 22 00:47:42 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=e6a7e6ed25866a067f87abeb00354f03f0866223
commit e6a7e6ed25866a067f87abeb00354f03f0866223
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Jul 22 08:59:01 2016 +0200
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 <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
More information about the lede-commits
mailing list