diff options
author | ascob <menosmalo753@gmail.com> | 2016-10-05 18:40:07 +0200 |
---|---|---|
committer | ascob <menosmalo753@gmail.com> | 2017-01-15 14:18:08 +0100 |
commit | cd8096b0ce66be927fa0e73405aa503e2201c2ca (patch) | |
tree | 10d30c64b610f847f1af01ffcff0d74b680d8383 /applications/luci-app-dynapoint/Makefile | |
parent | d4c33720208346ee7983213fe764df3102b8a771 (diff) |
luci-app-dynapoint: new package
Add luci-app-dynapoint to repo
LuCI Support for DynaPoint
Dynapoint allows dynamic access point creation
and deletion depending on changes of certain network conditions.
More information: https://github.com/thuehn/dynapoint
Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
Diffstat (limited to 'applications/luci-app-dynapoint/Makefile')
-rw-r--r-- | applications/luci-app-dynapoint/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/applications/luci-app-dynapoint/Makefile b/applications/luci-app-dynapoint/Makefile new file mode 100644 index 000000000..d16ef4a8f --- /dev/null +++ b/applications/luci-app-dynapoint/Makefile @@ -0,0 +1,20 @@ +# +# Copyright (C) 2016 The LuCI Team <luci@lists.subsignal.org> +# +# This is free software, licensed under the GNU General Public License v3. +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for DynaPoint +LUCI_DEPENDS:=+dynapoint + +PKG_NAME:=luci-app-dynapoint +PKG_VERSION:=1.0 +PKG_RELEASE:=1 +PKG_LICENSE:=GPL-3.0+ +PKG_MAINTAINER:=Tobias Ilte <tobias.ilte@campus.tu-berlin.de> +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature + |