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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38262 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
John Crispin 2013-09-30 20:48:12 +00:00
parent 3a948c0b93
commit f1d1d72c1b
1 changed files with 1 additions and 0 deletions

View File

@ -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))