mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-05 09:56:12 +02:00
kernel: remove ax25
It is going away upstream and it's highly unlikely that there are any users left. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
4ae4759e0b
commit
572fb14e7e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user