aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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