kernel: remove useless AddDepends/crc16 abstraction

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45133
This commit is contained in:
Felix Fietkau
2015-03-29 08:12:23 +00:00
parent 661f05262b
commit b2f3e852d0
4 changed files with 5 additions and 8 deletions

View File

@@ -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