[openwrt/openwrt] uboot-ath79: build U-Boot/qca9558_nec_aterm for NEC Aterm WG2200HP
LEDE Commits
lede-commits at lists.infradead.org
Sun Apr 6 15:43:02 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/367e5c00bd95951278585ee74aa17734732f4eb8
commit 367e5c00bd95951278585ee74aa17734732f4eb8
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Sun Jan 12 01:40:19 2025 +0900
uboot-ath79: build U-Boot/qca9558_nec_aterm for NEC Aterm WG2200HP
Enable building U-Boot/qca9558_nec_aterm profile for NEC Aterm WG2200HP.
This model has almost the same hardware as the other Aterm devices based
on Qualcomm Atheros QCA9558.
Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17584
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/uboot-ath79/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/boot/uboot-ath79/Makefile b/package/boot/uboot-ath79/Makefile
index 52ca1c6c01..8f12505777 100644
--- a/package/boot/uboot-ath79/Makefile
+++ b/package/boot/uboot-ath79/Makefile
@@ -28,7 +28,7 @@ endef
define U-Boot/qca9558_nec_aterm
NAME:=NEC Aterm series (QCA9558)
BUILD_SUBTARGET:= generic
- BUILD_DEVICES:=nec_wg1400hp nec_wg1800hp nec_wg1800hp2
+ BUILD_DEVICES:=nec_wg1400hp nec_wg1800hp nec_wg1800hp2 nec_wg2200hp
UBOOT_CONFIG:=nec_qca9558_aterm
endef
More information about the lede-commits
mailing list