summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2024-10-07 13:07:39 +0000
committerRobert Marko2024-10-09 19:21:57 +0000
commitc3251f5d52aef636f0cec432a27bf90f7537e1e7 (patch)
treea19aa24409a6426753f978f3a38a96b60638711f
parentfa6bd065ddad1a3e5d507a4eb9b5fd1fd4b4055a (diff)
downloadopenwrt-c3251f5d52aef636f0cec432a27bf90f7537e1e7.tar.gz
kernel: netdevices: add RmNet MAP support
RmNet driver provides a transport agnostic MAP (multiplexing and aggregation protocol) support in embedded module. Module provides virtual network devices which can be attached to any IP-mode physical device. This is commonly used on Qualcomm based modems for data aggregation. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
-rw-r--r--package/kernel/linux/modules/netdevices.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index d77dabfa79..1470c5c176 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -801,6 +801,23 @@ endef
$(eval $(call KernelPackage,r6040))
+define KernelPackage/rmnet
+ SUBMENU:=$(NETWORK_DEVICES_MENU)
+ TITLE:=RmNet MAP support
+ KCONFIG:=CONFIG_RMNET
+ FILES:=$(LINUX_DIR)/drivers/net/ethernet/qualcomm/rmnet/rmnet.ko
+ AUTOLOAD:=$(call AutoLoad,30,rmnet)
+endef
+
+define KernelPackage/rmnet/description
+ Kernel support for RMNET module which is used for handling data in the
+ multiplexing and aggregation protocol (MAP) format in the embedded data
+ path. RMNET devices can be attached to any IP mode physical device.
+endef
+
+$(eval $(call KernelPackage,rmnet))
+
+
define KernelPackage/niu
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Sun Neptune 10Gbit Ethernet support