Kconfig 1.1 KB

1234567891011121314151617181920212223242526
  1. #
  2. # Configuration for WAN router
  3. #
  4. config WAN_ROUTER
  5. tristate "WAN router (DEPRECATED)"
  6. ---help---
  7. Wide Area Networks (WANs), such as X.25, frame relay and leased
  8. lines, are used to interconnect Local Area Networks (LANs) over vast
  9. distances with data transfer rates significantly higher than those
  10. achievable with commonly used asynchronous modem connections.
  11. Usually, a quite expensive external device called a `WAN router' is
  12. needed to connect to a WAN.
  13. As an alternative, WAN routing can be built into the Linux kernel.
  14. With relatively inexpensive WAN interface cards available on the
  15. market, a perfectly usable router can be built for less than half
  16. the price of an external router. If you have one of those cards and
  17. wish to use your Linux box as a WAN router, say Y here and also to
  18. the WAN driver for your card, below. You will then need the
  19. wan-tools package which is available from <ftp://ftp.sangoma.com/>.
  20. To compile WAN routing support as a module, choose M here: the
  21. module will be called wanrouter.
  22. If unsure, say N.