[PATCH] CONFIG_PPP_FILTER in -ac12 / -pre6

From: Andrzej Krzysztofowicz (ankry@green.mif.pg.gda.pl)
Date: Sun Apr 22 2001 - 16:20:46 EST


Hi,

CONFIG_PPP_FILTER depends on CONFIG_FILTER (2.4.4-pre6, 2.4.3-ac12)
[ sk_run_filter(), ...]
So updated Config.in ...

Andrzej

diff -ur drivers/net/Config.in.old drivers/net/Config.in
--- drivers/net/Config.in.old Sun Apr 22 14:48:51 2001
+++ drivers/net/Config.in Sun Apr 22 16:24:10 2001
@@ -227,7 +227,7 @@
 tristate 'PPP (point-to-point protocol) support' CONFIG_PPP
 if [ ! "$CONFIG_PPP" = "n" ]; then
    dep_bool ' PPP multilink support (EXPERIMENTAL)' CONFIG_PPP_MULTILINK $CONFIG_EXPERIMENTAL
- bool ' PPP filtering' CONFIG_PPP_FILTER
+ dep_bool ' PPP filtering' CONFIG_PPP_FILTER $CONFIG_FILTER
    dep_tristate ' PPP support for async serial ports' CONFIG_PPP_ASYNC $CONFIG_PPP
    dep_tristate ' PPP support for sync tty ports' CONFIG_PPP_SYNC_TTY $CONFIG_PPP
    dep_tristate ' PPP Deflate compression' CONFIG_PPP_DEFLATE $CONFIG_PPP

-- 
=======================================================================
  Andrzej M. Krzysztofowicz               ankry@mif.pg.gda.pl
  phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math.,   Technical University of Gdansk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon Apr 23 2001 - 21:00:43 EST