diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-07-04 21:20:00 +0200 |
---|---|---|
committer | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2015-07-04 21:20:00 +0200 |
commit | cfd8ad89c4afb46b6dab2529341c49fd7c091e22 (patch) | |
tree | d105bd980b0f0959d5c6fc3fcac21d3ade1b9b13 /applications/luci-app-shadowsocks-libev/Makefile | |
parent | 74b5c1bbc3c840abeeac66c398615621f6ad4247 (diff) | |
parent | 74501038e42ba227899ed49596cc661345e93c67 (diff) |
Merge pull request #425 from aa65535/master
luci-app-shadowsocks-libev: add package
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 0000000000..848a5c8317 --- /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 |