diff options
author | James Chapman <jchapman@katalix.com> | 2010-04-02 02:18:28 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-03 17:56:01 -0400 |
commit | 21b4aaa14329db793832e865f15000c5c0192ac3 (patch) | |
tree | 0cafa9589701dec0c39da0fbef5d7c7df0c987dc /drivers/net/Makefile | |
parent | 22bedad3ce112d5ca1eaf043d4990fa2ed698c87 (diff) |
l2tp: Relocate pppol2tp driver to new net/l2tp directory
This patch moves the existing pppol2tp driver from drivers/net into a
new net/l2tp directory, which is where the upcoming L2TPv3 code will
live. The existing CONFIG_PPPOL2TP config option is left in its
current place to avoid "make oldconfig" issues when an existing
pppol2tp user takes this change. (This is the same approach used for
the pppoatm driver, which moved to net/atm.)
There are no code changes. The existing drivers/net/pppol2tp.c is
simply moved to net/l2tp.
Signed-off-by: James Chapman <jchapman@katalix.com>
Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index ba06c1c0db8b..f8444f439a65 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -160,7 +160,7 @@ obj-$(CONFIG_PPP_DEFLATE) += ppp_deflate.o | |||
160 | obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o | 160 | obj-$(CONFIG_PPP_BSDCOMP) += bsd_comp.o |
161 | obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o | 161 | obj-$(CONFIG_PPP_MPPE) += ppp_mppe.o |
162 | obj-$(CONFIG_PPPOE) += pppox.o pppoe.o | 162 | obj-$(CONFIG_PPPOE) += pppox.o pppoe.o |
163 | obj-$(CONFIG_PPPOL2TP) += pppox.o pppol2tp.o | 163 | obj-$(CONFIG_PPPOL2TP) += pppox.o |
164 | 164 | ||
165 | obj-$(CONFIG_SLIP) += slip.o | 165 | obj-$(CONFIG_SLIP) += slip.o |
166 | obj-$(CONFIG_SLHC) += slhc.o | 166 | obj-$(CONFIG_SLHC) += slhc.o |