2020-04-07 04:14:36 +08:00
|
|
|
# Copyright (C) 2018-2020 Lienol <lawlienol@gmail.com>
|
2019-10-26 08:06:30 +08:00
|
|
|
#
|
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI support for SSR Libev Server
|
|
|
|
|
LUCI_DEPENDS:=+libsodium +shadowsocksr-libev-server
|
|
|
|
|
LUCI_PKGARCH:=all
|
2020-04-07 04:14:36 +08:00
|
|
|
PKG_VERSION:=1
|
|
|
|
|
PKG_RELEASE:=8-20200326
|
2019-10-26 08:06:30 +08:00
|
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|