[PATCH] 2.1.104 net/Config.in

Ragnar Hojland Espinosa (root@lightside.ddns.org)
Sat, 6 Jun 1998 05:41:55 +0200 (MET DST)


This is the default after a make mrproper.

< > Acorn Econet/AUN protocols (EXPERIMENTAL) (NEW)
[ ] AUN over UDP (NEW)
[ ] Native Econet (NEW)

Pasted patch hides what should be hidden.

____/| Ragnar Hojland (ragnar@lightside.ddns.org) Fingerprint 94C4B
\ o.O| 2F0D27DE025BE2302C
=(_)= "Thou shalt not follow the NULL pointer for 104B78C56 B72F0822
U chaos and madness await thee at its end." hkp://keys.pgp.com

--- ./linux-2.1.104/net/Config.in.ORIG Sat Jun 6 05:20:43 1998
+++ ./linux-2.1.104/net/Config.in Sat Jun 6 05:20:49 1998
@@ -43,7 +43,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; the
# bool 'Netbeui (EXPERIMENTAL)' CONFIG_NETBEUI
# fi
tristate 'Acorn Econet/AUN protocols (EXPERIMENTAL)' CONFIG_ECONET
- if [ "$CONFIG_ECONET" != "n" ]; then
+ if [ "$CONFIG_ECONET" = "y" -o "$CONFIG_ECONET" = "m" ]; then
bool ' AUN over UDP' CONFIG_ECONET_AUNUDP
bool ' Native Econet' CONFIG_ECONET_NATIVE
fi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu