mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-18 18:56:37 +00:00
ath79: teltonika-rut230: add RUT240 model alias
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Waiting to run
Some checks are pending
Build Kernel / Build all affected Kernels (push) Waiting to run
Build all core packages / Build all core packages for selected target (push) Waiting to run
Build and Push prebuilt tools container / Build and Push all prebuilt containers (push) Waiting to run
Build host tools / Build host tools for linux and macos based systems (push) Waiting to run
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>
This commit is contained in:
parent
11ad73f97d
commit
62af69f9e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user