[openwrt/openwrt] ath79: teltonika-rut230: add RUT240 model alias

LEDE Commits lede-commits at lists.infradead.org
Sun Jan 12 12:37:33 PST 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/62af69f9e4611182ca529ab4bf27a105a77df2a7

commit 62af69f9e4611182ca529ab4bf27a105a77df2a7
Author: Lech Perczak <lech.perczak at gmail.com>
AuthorDate: Sat Dec 7 04:36:52 2024 +0100

    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 <lech.perczak at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/17503
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 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 3f813df253..b15b8b0efe 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




More information about the lede-commits mailing list