diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2012-05-17 23:59:51 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-18 01:35:08 -0400 |
commit | 349f29d841dbae854bd7367be7c250401f974f47 (patch) | |
tree | f451efb488cb46ecb30c3697e2daaf559bd4d603 /net/Makefile | |
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/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 2a97cded8601..4f4ee083064c 100644 --- a/net/Makefile +++ b/net/Makefile | |||
@@ -40,7 +40,6 @@ obj-$(CONFIG_AF_RXRPC) += rxrpc/ | |||
40 | obj-$(CONFIG_ATM) += atm/ | 40 | obj-$(CONFIG_ATM) += atm/ |
41 | obj-$(CONFIG_L2TP) += l2tp/ | 41 | obj-$(CONFIG_L2TP) += l2tp/ |
42 | obj-$(CONFIG_DECNET) += decnet/ | 42 | obj-$(CONFIG_DECNET) += decnet/ |
43 | obj-$(CONFIG_ECONET) += econet/ | ||
44 | obj-$(CONFIG_PHONET) += phonet/ | 43 | obj-$(CONFIG_PHONET) += phonet/ |
45 | ifneq ($(CONFIG_VLAN_8021Q),) | 44 | ifneq ($(CONFIG_VLAN_8021Q),) |
46 | obj-y += 8021q/ | 45 | obj-y += 8021q/ |