lantiq: add device alias for Alpha ASL56026
authorDaniel Golle <daniel@makrotopia.org>
Thu, 22 Aug 2019 14:23:18 +0000 (16:23 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 22 Aug 2019 14:26:05 +0000 (16:26 +0200)
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>
target/linux/lantiq/image/Makefile

index a583dd09d7aaf542b223714bc83cbfea3f425dd6..bfb5390465d9b01cea820ae0b4dbb6d75171d1c2 100644 (file)
@@ -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