[openwrt/openwrt] ramips: mt7621: sercomm_na502s: use upstream XR USB serial driver
LEDE Commits
lede-commits at lists.infradead.org
Mon May 26 09:59:30 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/200a31b6f5ec7a46e5556b55d4e45a74fb5d6167
commit 200a31b6f5ec7a46e5556b55d4e45a74fb5d6167
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Mon May 26 15:46:32 2025 +0200
ramips: mt7621: sercomm_na502s: use upstream XR USB serial driver
Instead of including the out-of-tree XR USB serial driver, use the
newly packaged in-tree driver for it.
Link: https://github.com/openwrt/openwrt/pull/18926
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/ramips/image/mt7621.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 1c2aa000c3..a47e36af8d 100755
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -2577,7 +2577,7 @@ define Device/sercomm_na502s
DEVICE_VENDOR := SERCOMM
DEVICE_MODEL := NA502S
DEVICE_PACKAGES := kmod-mt76x2 kmod-mt7603 kmod-usb3 kmod-usb-serial \
- kmod-usb-serial-xr_usb_serial_common -uboot-envtools
+ kmod-usb-serial-xr -uboot-envtools
endef
TARGET_DEVICES += sercomm_na502s
More information about the lede-commits
mailing list