projects
/
openwrt
/
staging
/
svanheule.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8002cb
)
uboot-ath79: build U-Boot/qca9558_nec_aterm for NEC Aterm WG2200HP
author
INAGAKI Hiroshi
<
[email protected]
>
Sat, 11 Jan 2025 16:40:19 +0000
(
01:40
+0900)
committer
Hauke Mehrtens
<
[email protected]
>
Sun, 6 Apr 2025 22:42:18 +0000
(
00:42
+0200)
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 <
[email protected]
>
Link:
https://github.com/openwrt/openwrt/pull/17584
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/boot/uboot-ath79/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-ath79/Makefile
b/package/boot/uboot-ath79/Makefile
index 52ca1c6c011bc5a64914b2f34a52167dc1a3b579..8f12505777ceb97d02425afdf4bf5bfa2e1a7c0a 100644
(file)
--- 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