patch-2.1.76 linux/drivers/net/Config.in
Next file: linux/drivers/net/Makefile
Previous file: linux/drivers/net/CONFIG
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Dec 23 13:52:02 1997
-  Orig file: 
v2.1.75/linux/drivers/net/Config.in
-  Orig date: 
Sun Dec 21 22:36:13 1997
diff -u --recursive --new-file v2.1.75/linux/drivers/net/Config.in linux/drivers/net/Config.in
@@ -15,7 +15,9 @@
 tristate 'Dummy net driver support' CONFIG_DUMMY
 tristate 'EQL (serial line load balancing) support' CONFIG_EQUALIZER
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
-  tristate 'Ethertap network tap' CONFIG_ETHERTAP
+  if [ "CONFIG_NETLINK_DEV" != "n" ]; then
+     dep_tristate 'Ethertap network tap' CONFIG_ETHERTAP $CONFIG_NETLINK_DEV
+  fi
 fi
 #
 #	Ethernet
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov