diff options
author | Jian Chang <aa65535@live.com> | 2015-07-03 15:17:38 +0800 |
---|---|---|
committer | Jian Chang <aa65535@live.com> | 2015-07-03 15:17:38 +0800 |
commit | 74501038e42ba227899ed49596cc661345e93c67 (patch) | |
tree | f28ed1d7aefef66e3bc744f90c06753c7fc5507b /applications/luci-app-shadowsocks-libev/Makefile | |
parent | 30e344c60a5db82e83b0c247625f8ebe45936b2f (diff) |
luci-app-shadowsocks-libev: add package
This adds support for configuring shadowsocks-libev
Signed-off-by: Jian Chang <aa65535@live.com>
Diffstat (limited to 'applications/luci-app-shadowsocks-libev/Makefile')
-rw-r--r-- | applications/luci-app-shadowsocks-libev/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/applications/luci-app-shadowsocks-libev/Makefile b/applications/luci-app-shadowsocks-libev/Makefile new file mode 100644 index 000000000..848a5c831 --- /dev/null +++ b/applications/luci-app-shadowsocks-libev/Makefile @@ -0,0 +1,14 @@ +# +# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org> +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for Shadowsocks-libev +LUCI_DEPENDS:= + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |