| Submitter | Rémi Denis-Courmont |
|---|---|
| Date | Jan. 23, 2009, 1 p.m. |
| Message ID | <1232715630-24951-1-git-send-email-remi.denis-courmont@nokia.com> |
| Download | mbox | patch |
| Permalink | /patch/20042/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/Kconfig b/net/Kconfig index bf27760..4640c3b 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -193,6 +193,7 @@ source "net/x25/Kconfig" source "net/lapb/Kconfig" source "net/econet/Kconfig" source "net/wanrouter/Kconfig" +source "net/phonet/Kconfig" source "net/sched/Kconfig" source "net/dcb/Kconfig" @@ -237,7 +238,6 @@ source "net/can/Kconfig" source "net/irda/Kconfig" source "net/bluetooth/Kconfig" source "net/rxrpc/Kconfig" -source "net/phonet/Kconfig" config FIB_RULES bool
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> --- net/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)