mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
kernel: remove useless AddDepends/crc16 abstraction
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45133 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -825,6 +825,7 @@ $(eval $(call KernelPackage,sched))
|
||||
define KernelPackage/ax25
|
||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||
TITLE:=AX25 support
|
||||
DEPENDS:=+kmod-lib-crc16
|
||||
KCONFIG:= \
|
||||
CONFIG_HAMRADIO=y \
|
||||
CONFIG_AX25 \
|
||||
@@ -833,7 +834,6 @@ define KernelPackage/ax25
|
||||
$(LINUX_DIR)/net/ax25/ax25.ko \
|
||||
$(LINUX_DIR)/drivers/net/hamradio/mkiss.ko
|
||||
AUTOLOAD:=$(call AutoLoad,80,ax25 mkiss)
|
||||
$(call AddDepends/crc16)
|
||||
endef
|
||||
|
||||
define KernelPackage/ax25/description
|
||||
|
||||
Reference in New Issue
Block a user