kernel: lib-textsearch needs to be auto probed for amanda nat to work
https://dev.openwrt.org/ticket/14232 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38262
This commit is contained in:
parent
4a4c2fe74c
commit
391ec155a0
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ SUBMENU:=$(LIB_MENU)
|
|||
$(LINUX_DIR)/lib/ts_kmp.ko \
|
||||
$(LINUX_DIR)/lib/ts_bm.ko \
|
||||
$(LINUX_DIR)/lib/ts_fsm.ko
|
||||
AUTOLOAD:=$(call AutoProbe,ts_kmp ts_bm ts_fsm)
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,lib-textsearch))
|
||||
|
|
Loading…
Reference in a new issue