mirror of https://github.com/hak5/openwrt.git
add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16
SVN-Revision: 14782lede-17.01
parent
44aa0b5dac
commit
53c375c606
|
@ -533,6 +533,7 @@ $(eval $(call KernelPackage,sched))
|
||||||
define KernelPackage/ax25
|
define KernelPackage/ax25
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=AX25 support
|
TITLE:=AX25 support
|
||||||
|
DEPENDS:=kmod-crc16
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_AX25 \
|
CONFIG_AX25 \
|
||||||
CONFIG_MKISS
|
CONFIG_MKISS
|
||||||
|
|
Loading…
Reference in New Issue