diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-01-26 21:26:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 21:26:37 +0100 |
commit | b34d08ca9ab3a4b9b09eeef7e1c234802e860a47 (patch) | |
tree | 4038e135a857b1f0e7113815ce09146041993a02 /applications/luci-app-ser2net/Makefile | |
parent | 5942a89482dcb4ecc64d24a4c0374136d849592a (diff) | |
parent | 04183da9997bceb2f1cf922a15bd665d96e54a2a (diff) |
Merge pull request #3545 from michyprima/add-app-ser2net-js
luci-app-ser2net: add app supporting ser2net
Diffstat (limited to 'applications/luci-app-ser2net/Makefile')
-rw-r--r-- | applications/luci-app-ser2net/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/applications/luci-app-ser2net/Makefile b/applications/luci-app-ser2net/Makefile new file mode 100644 index 0000000000..a77bd4009e --- /dev/null +++ b/applications/luci-app-ser2net/Makefile @@ -0,0 +1,16 @@ +# +# Copyright (C) 2020 Michele Primavera +# +# This is free software, licensed under the Apache License, Version 2.0 . +# + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI Support for ser2net +LUCI_DEPENDS:=+ser2net + +PKG_LICENSE:=Apache-2.0 + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |