diff options
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 |