Browse Source

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

SVN-Revision: 18847
Nicolas Thill 16 năm trước cách đây
mục cha
commit
8b10e4eab2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package/kernel/modules/netsupport.mk

+ 1 - 1
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