From: John Crispin Date: Mon, 30 Sep 2013 20:48:12 +0000 (+0000) Subject: kernel: lib-textsearch needs to be auto probed for amanda nat to work X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=391ec155a0772620a7a10d71a126965069b0ba00;p=openwrt%2Fstaging%2Fdedeckeh.git kernel: lib-textsearch needs to be auto probed for amanda nat to work https://dev.openwrt.org/ticket/14232 Signed-off-by: John Crispin SVN-Revision: 38262 --- diff --git a/package/kernel/linux/modules/lib.mk b/package/kernel/linux/modules/lib.mk index fd7b54f2f8..02d6cfbae2 100644 --- a/package/kernel/linux/modules/lib.mk +++ b/package/kernel/linux/modules/lib.mk @@ -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))