kernel: use select instead of depend for kmod-crc16 dependency in kmod-ax25 (closes: #5843)

SVN-Revision: 18847
master
Nicolas Thill 15 years ago
parent 6fcb5f6294
commit 8b10e4eab2
  1. 2
      package/kernel/modules/netsupport.mk

@ -577,7 +577,7 @@ $(eval $(call KernelPackage,sched))
define KernelPackage/ax25
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=AX25 support
DEPENDS:=kmod-crc16
DEPENDS:= +kmod-crc16
KCONFIG:= \
CONFIG_AX25 \
CONFIG_MKISS

Loading…
Cancel
Save