From 572fb14e7e4c3fc6e51086512ecabf6de031c788 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 22 Apr 2026 08:47:13 +0000 Subject: [PATCH] kernel: remove ax25 It is going away upstream and it's highly unlikely that there are any users left. Signed-off-by: Felix Fietkau --- package/kernel/linux/modules/netsupport.mk | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 39ca0ef431..e29520c99d 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -1129,27 +1129,6 @@ endef $(eval $(call KernelPackage,tcp-scalable)) -define KernelPackage/ax25 - SUBMENU:=$(NETWORK_SUPPORT_MENU) - TITLE:=AX25 support - DEPENDS:=+kmod-lib-crc16 - KCONFIG:= \ - CONFIG_HAMRADIO=y \ - CONFIG_AX25 \ - CONFIG_MKISS - FILES:= \ - $(LINUX_DIR)/net/ax25/ax25.ko \ - $(LINUX_DIR)/drivers/net/hamradio/mkiss.ko - AUTOLOAD:=$(call AutoLoad,80,ax25 mkiss) -endef - -define KernelPackage/ax25/description - Kernel modules for AX25 support -endef - -$(eval $(call KernelPackage,ax25)) - - define KernelPackage/pktgen SUBMENU:=$(NETWORK_SUPPORT_MENU) DEPENDS:=@!TARGET_uml