From: Christoph Krapp Date: Sun, 19 Oct 2025 11:52:31 +0000 (+0200) Subject: ipq40xx: add device alias for Linksys VLP01 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F20455%2Fhead;p=thirdparty%2Fopenwrt.git ipq40xx: add device alias for Linksys VLP01 Both devices, the Linksys WHW01 and the VLP01, are essentially the same device. Even Linksys provides only one image for both devices which uses the WHW01 identifier in the image header. Signed-off-by: Christoph Krapp Link: https://github.com/openwrt/openwrt/pull/20455 Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts index 15a22afff72..9809ac8777f 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts +++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4018-whw01.dts @@ -6,7 +6,7 @@ #include / { - model = "Linksys WHW01"; + model = "Linksys WHW01 / VLP01"; compatible = "linksys,whw01"; aliases { diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 7afe64b4159..eeab1280087 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -727,6 +727,8 @@ define Device/linksys_whw01 $(call Device/FitzImage) DEVICE_VENDOR := Linksys DEVICE_MODEL := WHW01 + DEVICE_ALT0_VENDOR := Linksys + DEVICE_ALT0_MODEL := VLP01 KERNEL_SIZE := 6144k IMAGE_SIZE := 75776k NAND_SIZE := 256m