diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-05-17 20:59:51 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-18 01:35:08 -0400 |
commit | 349f29d841dbae854bd7367be7c250401f974f47 (patch) | |
tree | f451efb488cb46ecb30c3697e2daaf559bd4d603 /net/Kconfig | |
parent | 09dcd604aea065b121c635e40baf4ed2ce60e3f0 (diff) |
econet: remove ancient bug ridden protocol
More spring cleaning!
The ancient Econet protocol should go. Most of the bug fixes in recent
years have been fixing security vulnerabilities. The hardware hasn't
been made since the 90s, it is only interesting as an archeological curiosity.
For the truly curious, or insomniac, go read up on it.
http://en.wikipedia.org/wiki/Econet
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/Kconfig')
-rw-r--r-- | net/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Kconfig b/net/Kconfig index da1282359303..1e47bd03dde3 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -207,7 +207,6 @@ source "net/ipx/Kconfig" source "drivers/net/appletalk/Kconfig" source "net/x25/Kconfig" source "net/lapb/Kconfig" -source "net/econet/Kconfig" source "net/wanrouter/Kconfig" source "net/phonet/Kconfig" source "net/ieee802154/Kconfig" |