From 62af69f9e4611182ca529ab4bf27a105a77df2a7 Mon Sep 17 00:00:00 2001 From: Lech Perczak Date: Sat, 7 Dec 2024 04:36:52 +0100 Subject: [PATCH] ath79: teltonika-rut230: add RUT240 model alias Define RUT240 as alternative name, to explicitly show the device is supported using existing image. Signed-off-by: Lech Perczak Link: https://github.com/openwrt/openwrt/pull/17503 Signed-off-by: Hauke Mehrtens --- target/linux/ath79/image/generic.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 3f813df2537..b15b8b0efeb 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -3063,6 +3063,9 @@ define Device/teltonika_rut230-v1 DEVICE_VENDOR := Teltonika DEVICE_MODEL := RUT230 DEVICE_VARIANT := v1 + DEVICE_ALT0_VENDOR := Teltonika + DEVICE_ALT0_MODEL := RUT240 + DEVICE_ALT0_VARIANT := v1 DEVICE_PACKAGES := kmod-usb2 kmod-usb-chipidea2 kmod-usb-acm \ kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi -uboot-envtools IMAGE_SIZE := 15552k