diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-07-23 19:37:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-23 19:37:10 +0300 |
commit | 8f62b28948f8b24f1eb8239074a19d868a02cad6 (patch) | |
tree | 9f75453fedbb838374d8c52ae0b2f651b2185f78 /applications/luci-app-shadowsocks-libev/Makefile | |
parent | 52a0787c3fd6ad066e98f3d81849c413d8ea3bd4 (diff) | |
parent | 48b5ccfad54d6d21468f68a2ae8c52c377bc5c5e (diff) |
Merge pull request #1242 from yousong/shadowsocks-libev
luci-app-shadowsocks-libev: rewrite for shadowsocks-libev 3.0.6-2
Diffstat (limited to 'applications/luci-app-shadowsocks-libev/Makefile')
-rw-r--r-- | applications/luci-app-shadowsocks-libev/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/applications/luci-app-shadowsocks-libev/Makefile b/applications/luci-app-shadowsocks-libev/Makefile index 848a5c8317..d0923e07a4 100644 --- a/applications/luci-app-shadowsocks-libev/Makefile +++ b/applications/luci-app-shadowsocks-libev/Makefile @@ -1,14 +1,16 @@ # -# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# Copyright (C) 2017 Yousong Zhou <yszhou4tech@gmail.com> # # This is free software, licensed under the Apache License, Version 2.0 . # include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI Support for Shadowsocks-libev +LUCI_TITLE:=LuCI Support for shadowsocks-libev LUCI_DEPENDS:= +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |