aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules
diff options
context:
space:
mode:
authorAntonio Pastor <antonio.pastor@gmail.com>2024-11-16 15:09:49 -0500
committerPetr Štetiar <ynezz@true.cz>2024-11-28 18:48:53 +0000
commitb2f3713801c22d496791949877e6466864eaaa41 (patch)
tree863e7e5dded43900a65cf923d35d0fe99c131724 /package/kernel/linux/modules
parent58f4667a37fe0056e844e3baca4accf2b19ab4a2 (diff)
downloadupstream-b2f3713801c22d496791949877e6466864eaaa41.tar.gz
upstream-b2f3713801c22d496791949877e6466864eaaa41.tar.bz2
upstream-b2f3713801c22d496791949877e6466864eaaa41.zip
kernel: modules: appletalk: add for Netatalk v4
Netatalk v4 reintroduces AppleTalk and this module is required for layer 3 protocol support. Module was removed in kernel 4.14 for OpenWrt 18.06 (commmit 14a0131, 22/02/2018). At the time nothing used it as Netatalk v3 did not support AppleTalk. Not building ipddp feature/module like it was in the past, as recommended by upstream Netatalk maintainers. Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com> Link: https://github.com/openwrt/openwrt/pull/16979 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 5eb25dddb17fa3cf4958e91dfc9fc868c9eb03ac) Link: https://github.com/openwrt/openwrt/pull/17097 Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/kernel/linux/modules')
-rw-r--r--package/kernel/linux/modules/netsupport.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index 9f349d34ee2..3551a89a9b2 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -42,6 +42,24 @@ endef
$(eval $(call KernelPackage,atmtcp))
+define KernelPackage/appletalk
+ SUBMENU:=$(NETWORK_SUPPORT_MENU)
+ TITLE:=Appletalk protocol support
+ KCONFIG:= \
+ CONFIG_ATALK \
+ CONFIG_DEV_APPLETALK \
+ CONFIG_IPDDP=n
+ FILES:=$(LINUX_DIR)/net/appletalk/appletalk.ko
+ AUTOLOAD:=$(call AutoLoad,40,appletalk)
+endef
+
+define KernelPackage/appletalk/description
+ Kernel module for AppleTalk protocol.
+endef
+
+$(eval $(call KernelPackage,appletalk))
+
+
define KernelPackage/bonding
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=Ethernet bonding driver