small-package/luci-app-pptp-server/Makefile

17 lines
404 B
Makefile
Raw Normal View History

2021-09-24 23:37:27 +08:00
# Copyright (C) 2018-2021 Lienol <lawlienol@gmail.com>
2021-09-08 15:15:02 +08:00
#
# This is free software, licensed under the Apache License, Version 2.0 .
#
include $(TOPDIR)/rules.mk
2021-09-24 23:37:27 +08:00
LUCI_TITLE:=LuCI support for PPTP VPN Server
2021-12-17 09:06:32 +08:00
LUCI_DEPENDS:=+pptpd +kmod-mppe +ppp +luci-lib-jsonc
2021-09-08 15:15:02 +08:00
LUCI_PKGARCH:=all
2021-12-23 09:05:28 +08:00
PKG_VERSION:=20211223
PKG_RELEASE:=1
2021-09-08 15:15:02 +08:00
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature