op-packages/luci-app-smartvpn/Makefile
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

22 lines
590 B
Makefile

# Copyright 2021 Daniel Yang (gzdaniel@me.com)
# This is free software, licensed under the Apache License, Version 2.0
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for SmartVPN
LUCI_DEPENDS:=+softethervpn-server +luci-lib-jsonc +luci-app-mwan3 +luci-app-statistics +luci-app-nlbwmon
LUCI_PKGARCH:=all
PKG_LICENSE:=Apache-2.0
define Package/luci-app-smartvpn/conffiles
/etc/config/smartvpn
/etc/smartvpn/user_mainland.txt
/etc/smartvpn/user_oversea.txt
/etc/smartvpn/user_hongkong.txt
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature