mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 09:16:47 +08:00
16 lines
348 B
Makefile
16 lines
348 B
Makefile
# Copyright (C) 2021-2022 Lienol <lawlienol@gmail.com>
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-openvpn-client
|
|
PKG_VERSION:=20240721
|
|
PKG_RELEASE:=3
|
|
|
|
LUCI_TITLE:=LuCI support for OpenVPN Client
|
|
LUCI_DEPENDS:=+openvpn-openssl +kmod-tun
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|