mirror of
https://github.com/openwrt/packages.git
synced 2025-07-05 04:13:08 +00:00
For version 3.27 CONFIG_TEXTSEARCH_BM checks is enabled, so ipp2p is set depends on kmod-lib-textsearch. If ipp2p (and kmod-lib-textsearch) is disabled the error "error CONFIG_TEXTSEARCH=y/m is required.." is displayed. This is because all modules are always compiled. So to make compilation possible with ipp2p disabled, the message was disabled. Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>