commit | 67260ee106deb76a79ac4ecce4149114ee52de49 | [log] [tgz] |
---|---|---|
author | ratheesh kannoth <rkannoth@codeaurora.org> | Wed Jun 24 15:10:20 2015 +0530 |
committer | Tushar Mathur <tushar@codeaurora.org> | Thu Sep 24 00:13:31 2015 +0530 |
tree | fe2fb80302ef86c15df641519c87da83ce112791 | |
parent | 823a9e1111bf4d0b4bc7f361a24c422ea58c154f [diff] [blame] |
[qca-nss-clients] l2tpv2 acceleration support Added l2tpv2 packet acceleration support Change-Id: I84990acecdd55dcad4fddd16198b4727d4b33af7 Signed-off-by: ratheesh kannoth <rkannoth@codeaurora.org>
diff --git a/Makefile b/Makefile index 0094ce2..39f2381 100644 --- a/Makefile +++ b/Makefile
@@ -35,5 +35,10 @@ obj-y+= netlink/ endif +# L2TPv2 manager +ifneq ($(findstring 3.4, $(KERNELVERSION)),) +obj-y+=l2tp/l2tpv2/ +endif + obj ?= .