kernel: remove useless AddDepends/crc16 abstraction
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45133
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