[openwrt/openwrt] mpc85xx: HPE MSM460 add HPE MSM466 alias
LEDE Commits
lede-commits at lists.infradead.org
Thu Nov 27 13:59:45 PST 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2dc3617c0be897baaaa9e97f8a3660682cd406e7
commit 2dc3617c0be897baaaa9e97f8a3660682cd406e7
Author: Raylynn Knight <rayknight at me.com>
AuthorDate: Tue Nov 25 18:39:18 2025 -0500
mpc85xx: HPE MSM460 add HPE MSM466 alias
Define MSM466 as alternative name, to explicitly show the device is
supported using existing image (MSM460). The only difference between
the MSM460 and MSM466 is that the MSM466 has external antenna.
Signed-off-by: Raylynn Knight <rayknight at me.com>
Link: https://github.com/openwrt/openwrt/pull/20937
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
target/linux/mpc85xx/image/p1020.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/target/linux/mpc85xx/image/p1020.mk b/target/linux/mpc85xx/image/p1020.mk
index 3809b9bb0b..4a9b3e5700 100644
--- a/target/linux/mpc85xx/image/p1020.mk
+++ b/target/linux/mpc85xx/image/p1020.mk
@@ -96,6 +96,8 @@ define Device/hpe_msm460
DEVICE_MODEL := MSM460
DEVICE_ALT0_VENDOR := Hewlett-Packard
DEVICE_ALT0_MODEL := MSM430
+ DEVICE_ALT1_VENDOR := Hewlett-Packard
+ DEVICE_ALT1_MODEL := MSM466
KERNEL = kernel-bin | fit none $(KDIR)/image-$$(DEVICE_DTS).dtb
KERNEL_NAME := zImage.la3000000
KERNEL_ENTRY := 0x3000000
More information about the lede-commits
mailing list