diff options
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 6 | ||||
-rw-r--r-- | net/wanrouter/Kconfig | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 50d82ae09e2a..6d3dcd4eb649 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -588,3 +588,9 @@ Why: Remount currently allows changing bound subsystems and | |||
588 | replaced with conventional fsnotify. | 588 | replaced with conventional fsnotify. |
589 | 589 | ||
590 | ---------------------------- | 590 | ---------------------------- |
591 | |||
592 | What: net/wanrouter/ | ||
593 | When: June 2013 | ||
594 | Why: Unsupported/unmaintained/unused since 2.6 | ||
595 | |||
596 | ---------------------------- | ||
diff --git a/net/wanrouter/Kconfig b/net/wanrouter/Kconfig index 61ceae0b9566..a157a2e64e18 100644 --- a/net/wanrouter/Kconfig +++ b/net/wanrouter/Kconfig | |||
@@ -3,7 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | config WAN_ROUTER | 5 | config WAN_ROUTER |
6 | tristate "WAN router" | 6 | tristate "WAN router (DEPRECATED)" |
7 | depends on EXPERIMENTAL | 7 | depends on EXPERIMENTAL |
8 | ---help--- | 8 | ---help--- |
9 | Wide Area Networks (WANs), such as X.25, frame relay and leased | 9 | Wide Area Networks (WANs), such as X.25, frame relay and leased |