diff options
author | Michele Primavera <primavera@elmod.it> | 2020-01-21 12:49:51 +0100 |
---|---|---|
committer | Michele Primavera <primavera@elmod.it> | 2020-01-22 08:50:49 +0100 |
commit | 04183da9997bceb2f1cf922a15bd665d96e54a2a (patch) | |
tree | 85e5e64a62751d487ef233cf9b55e5057410c706 /applications/luci-app-ser2net/Makefile | |
parent | 1c49bda198ef33c0423777a966e6c6ab477da34b (diff) |
luci-app-ser2net: add app supporting ser2net (JS)
Signed-off-by: Michele Primavera <primavera@elmod.it>
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 |