patch-2.1.11 linux/net/Config.in
Next file: linux/net/appletalk/ddp.c
Previous file: linux/net/802/fddi.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Mon Nov 18 11:31:34 1996
- Orig file:
v2.1.10/linux/net/Config.in
- Orig date:
Tue Nov 12 15:56:15 1996
diff -u --recursive --new-file v2.1.10/linux/net/Config.in linux/net/Config.in
@@ -3,6 +3,10 @@
#
mainmenu_option next_comment
comment 'Networking options'
+bool 'Kernel/User network link driver' CONFIG_NETLINK
+if [ "$CONFIG_NETLINK" = "y" ]; then
+ bool 'Routing messages' CONFIG_RTNETLINK
+fi
bool 'Network firewalls' CONFIG_FIREWALL
bool 'Network aliasing' CONFIG_NET_ALIAS
bool 'TCP/IP networking' CONFIG_INET
@@ -27,9 +31,5 @@
fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
bool 'Bridging (EXPERIMENTAL)' CONFIG_BRIDGE
-fi
-bool 'Kernel/User network link driver' CONFIG_NETLINK
-if [ "$CONFIG_NETLINK" = "y" ]; then
- bool 'Routing messages' CONFIG_RTNETLINK
fi
endmenu
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov