diff options
| author | Lech Perczak | 2024-12-07 03:36:52 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-01-12 20:36:04 +0000 |
| commit | 62af69f9e4611182ca529ab4bf27a105a77df2a7 (patch) | |
| tree | 2f230ef1ae1c7dd1c7b06e82f7eb7ca8cd39c4fc | |
| parent | 11ad73f97d35518b3b4def26a62fa78ae1b3dfe1 (diff) | |
| download | openwrt-62af69f9e4611182ca529ab4bf27a105a77df2a7.tar.gz | |
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@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17503
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ath79/image/generic.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |