diff options
author | 2005-06-23 23:55:41 -0700 | |
---|---|---|
committer | 2005-06-23 23:55:41 -0700 | |
commit | f2d368fa3ef90f2159d9e542303901ebf68144dd (patch) | |
tree | 99e963681f413a543e13c0324e496a8db46bc673 | |
parent | [LIB]: textsearch.o needs to be obj-y not lib-y. (diff) | |
download | linux-dev-f2d368fa3ef90f2159d9e542303901ebf68144dd.tar.xz linux-dev-f2d368fa3ef90f2159d9e542303901ebf68144dd.zip |
[PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARCh
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/sched/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 95d9bc5d8621..447b89e556b1 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -452,6 +452,7 @@ config NET_EMATCH_META config NET_EMATCH_TEXT tristate "Textsearch" depends on NET_EMATCH + select TEXTSEARCH ---help--- Say Y here if you want to be ablt to classify packets based on textsearch comparisons. Please select the appropriate textsearch |