diff options
Diffstat (limited to 'protocols/luci-proto-xfrm/Makefile')
-rw-r--r-- | protocols/luci-proto-xfrm/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/luci-proto-xfrm/Makefile b/protocols/luci-proto-xfrm/Makefile new file mode 100644 index 0000000000..e59818e417 --- /dev/null +++ b/protocols/luci-proto-xfrm/Makefile @@ -0,0 +1,14 @@ +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=Support for XFRM interfaces +LUCI_DEPENDS:=+xfrm + +PKG_MAINTAINER:=Glen Huang <heyhgl@gmail.com> + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |