Skip to content
/ openwrt Public
forked from openwrt/openwrt

Commit

Permalink
kernel: modules: appletalk: add for Netatalk v4
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: openwrt#16979
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
Antonio Pastor authored and hauke committed Nov 23, 2024
1 parent 851e7f7 commit 5eb25dd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions package/kernel/linux/modules/netsupport.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5eb25dd

Please sign in to comment.