patch-2.1.9 linux/net/Config.in
Next file: linux/net/Makefile
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Sun Nov 10 19:12:57 1996
-  Orig file: 
v2.1.8/linux/net/Config.in
-  Orig date: 
Sun Nov 10 20:12:19 1996
diff -u --recursive --new-file v2.1.8/linux/net/Config.in linux/net/Config.in
@@ -20,10 +20,10 @@
   bool 'Full internal IPX network' CONFIG_IPX_INTERN
 fi
 tristate 'Appletalk DDP' CONFIG_ATALK
-bool 'Amateur Radio AX.25 Level 2' CONFIG_AX25
-if [ "$CONFIG_AX25" = "y" ]; then
-  bool 'AX.25 over Ethernet' CONFIG_BPQETHER
-  bool 'Amateur Radio NET/ROM' CONFIG_NETROM
+tristate 'Amateur Radio AX.25 Level 2' CONFIG_AX25
+if [ "$CONFIG_AX25" != "n" ]; then
+  dep_tristate 'Amateur Radio NET/ROM' CONFIG_NETROM $CONFIG_AX25
+  dep_tristate 'Amateur Radio X.25 PLP (Rose)' CONFIG_ROSE $CONFIG_AX25
 fi
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
   bool 'Bridging (EXPERIMENTAL)' CONFIG_BRIDGE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov