mirror of
https://github.com/immortalwrt/immortalwrt.git
synced 2025-10-30 07:49:55 +08:00
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 <achterin@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20455 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
b926ae0856
commit
b442ca0d4e
@ -6,7 +6,7 @@
|
|||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "Linksys WHW01";
|
model = "Linksys WHW01 / VLP01";
|
||||||
compatible = "linksys,whw01";
|
compatible = "linksys,whw01";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
|
|||||||
@ -727,6 +727,8 @@ define Device/linksys_whw01
|
|||||||
$(call Device/FitzImage)
|
$(call Device/FitzImage)
|
||||||
DEVICE_VENDOR := Linksys
|
DEVICE_VENDOR := Linksys
|
||||||
DEVICE_MODEL := WHW01
|
DEVICE_MODEL := WHW01
|
||||||
|
DEVICE_ALT0_VENDOR := Linksys
|
||||||
|
DEVICE_ALT0_MODEL := VLP01
|
||||||
KERNEL_SIZE := 6144k
|
KERNEL_SIZE := 6144k
|
||||||
IMAGE_SIZE := 75776k
|
IMAGE_SIZE := 75776k
|
||||||
NAND_SIZE := 256m
|
NAND_SIZE := 256m
|
||||||
|
|||||||
Reference in New Issue
Block a user