kernel: use select instead of depend for kmod-crc16 dependency in kmod-ax25 (closes: #5843)
SVN-Revision: 18847
This commit is contained in:
parent
6fcb5f6294
commit
8b10e4eab2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue