commit | 5ebc1fc490879cadc45af88f5807fa2e24a12041 | [log] [tgz] |
---|---|---|
author | Chia-chi Yeh <chiachi@android.com> | Fri May 08 04:02:40 2009 +0800 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Thu Jan 19 13:32:02 2017 -0800 |
tree | e1d81cfc5732f3f8dd750c6134170d5a186c8b9e | |
parent | 41b377f5495f16a193546cf9cb09fb72cfbb07f5 [diff] [blame] |
ANDROID: net: add PPP on L2TP Access Concentrator (PPPoLAC) driver. Change-Id: I3ae3ee7520951ae24269db0ef2898c6455cf6bcc Signed-off-by: Chia-chi Yeh <chiachi@android.com> ppolac: dont include px_proto define in if_pppolac.h Change-Id: I55bc9cf91ea0e9e8f7bf5d6e241d188e1269343a Signed-off-by: Dima Zavin <dima@android.com>
diff --git a/drivers/net/ppp/Makefile b/drivers/net/ppp/Makefile index a6b6297..f14406e 100644 --- a/drivers/net/ppp/Makefile +++ b/drivers/net/ppp/Makefile
@@ -11,3 +11,4 @@ obj-$(CONFIG_PPPOE) += pppox.o pppoe.o obj-$(CONFIG_PPPOL2TP) += pppox.o obj-$(CONFIG_PPTP) += pppox.o pptp.o +obj-$(CONFIG_PPPOLAC) += pppox.o pppolac.o