2015-07-03 07:17:38 +00:00
|
|
|
#
|
2017-07-08 19:18:15 +00:00
|
|
|
# Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com>
|
2015-07-03 07:17:38 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2017-07-08 19:18:15 +00:00
|
|
|
LUCI_TITLE:=LuCI Support for shadowsocks-libev
|
2022-02-28 03:08:15 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base
|
2015-07-03 07:17:38 +00:00
|
|
|
|
2017-07-08 19:18:15 +00:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
|
2015-07-03 07:17:38 +00:00
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|