Skip to content

Commit

Permalink
econet: remove ancient bug ridden protocol
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Stephen Hemminger authored and davem330 committed May 18, 2012
1 parent 09dcd60 commit 349f29d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,286 deletions.
1 change: 0 additions & 1 deletion include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ header-y += if_arp.h
header-y += if_bonding.h
header-y += if_bridge.h
header-y += if_cablemodem.h
header-y += if_ec.h
header-y += if_eql.h
header-y += if_ether.h
header-y += if_fc.h
Expand Down
68 changes: 0 additions & 68 deletions include/linux/if_ec.h

This file was deleted.

1 change: 0 additions & 1 deletion net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ obj-$(CONFIG_AF_RXRPC) += rxrpc/
obj-$(CONFIG_ATM) += atm/
obj-$(CONFIG_L2TP) += l2tp/
obj-$(CONFIG_DECNET) += decnet/
obj-$(CONFIG_ECONET) += econet/
obj-$(CONFIG_PHONET) += phonet/
ifneq ($(CONFIG_VLAN_8021Q),)
obj-y += 8021q/
Expand Down
36 changes: 0 additions & 36 deletions net/econet/Kconfig

This file was deleted.

7 changes: 0 additions & 7 deletions net/econet/Makefile

This file was deleted.

Loading

0 comments on commit 349f29d

Please sign in to comment.