aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/image/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2019-08-22 16:23:18 +0200
committerDaniel Golle <daniel@makrotopia.org>2019-08-22 16:26:05 +0200
commitccf3bac6f3f90f9281d6ec2569265b24e13435fa (patch)
treef2e9ea804fe4ef4be692154d111fd2ba37b6c372 /target/linux/lantiq/image/Makefile
parent0fcab46f9749b56f5d1704e14e49a97b7399546a (diff)
downloadupstream-ccf3bac6f3f90f9281d6ec2569265b24e13435fa.tar.gz
upstream-ccf3bac6f3f90f9281d6ec2569265b24e13435fa.tar.bz2
upstream-ccf3bac6f3f90f9281d6ec2569265b24e13435fa.zip
lantiq: add device alias for Alpha ASL56026
BT Openreach ECI VDSL Modem V-2FUb/I is an alias of Alpha ASL56026 as also stated in the original commit message adding the device (commit 6254a2028c "lantiq: add support for the Alpha ASL56026"). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-rw-r--r--target/linux/lantiq/image/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile
index a583dd09d7..bfb5390465 100644
--- a/target/linux/lantiq/image/Makefile
+++ b/target/linux/lantiq/image/Makefile
@@ -617,8 +617,10 @@ ifeq ($(SUBTARGET),xrx200)
include tp-link.mk
define Device/alphanetworks_asl56026
- DEVICE_VENDOR := BT Openreach
- DEVICE_MODEL := ECI VDSL Modem V-2FUb/I
+ DEVICE_VENDOR := Alpha
+ DEVICE_MODEL := ASL56026
+ DEVICE_ALT0_VENDOR := BT Openreach
+ DEVICE_ALT0_MODEL := ECI VDSL Modem V-2FUb/I
DEVICE_DTS := ASL56026
IMAGE_SIZE := 7488k
endef