diff options
| author | Mikhail Zhilkin | 2023-12-03 15:05:40 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-01-07 00:41:23 +0000 |
| commit | 96580500d2806136a98cf38657e7c6082dab7e1c (patch) | |
| tree | 608b5511d384cdc8704178b2434a8364f454c552 | |
| parent | 5457996a9ea93ea1761fe29fb5809911927a508e (diff) | |
| download | openwrt-96580500d2806136a98cf38657e7c6082dab7e1c.tar.gz | |
ramips: add alternative name to Etisalat (Sercomm) S3
This commit adds alternative name to Etisalat (Sercomm) S3 router.
Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
| -rw-r--r-- | target/linux/ramips/image/mt7621.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 2c25b1ab28..ab1b829ba0 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -1093,6 +1093,8 @@ define Device/etisalat_s3 SERCOMM_SWVER := 4009 DEVICE_VENDOR := Etisalat DEVICE_MODEL := S3 + DEVICE_ALT0_VENDOR := Sercomm + DEVICE_ALT0_MODEL := S3 DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615-firmware kmod-usb3 endef TARGET_DEVICES += etisalat_s3 |