]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: remove ax25
authorFelix Fietkau <nbd@nbd.name>
Wed, 22 Apr 2026 08:47:13 +0000 (08:47 +0000)
committerFelix Fietkau <nbd@nbd.name>
Mon, 4 May 2026 14:29:36 +0000 (16:29 +0200)
It is going away upstream and it's highly unlikely that there are any
users left.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/linux/modules/netsupport.mk

index 39ca0ef4313b6881ad9fab2aac5ceb204660dec5..e29520c99ddd31147cb96c790c2ba151e04b434e 100644 (file)
@@ -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