diff options
Diffstat (limited to 'applications/luci-app-filebrowser/Makefile')
-rw-r--r-- | applications/luci-app-filebrowser/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/applications/luci-app-filebrowser/Makefile b/applications/luci-app-filebrowser/Makefile new file mode 100644 index 0000000000..28b38021d5 --- /dev/null +++ b/applications/luci-app-filebrowser/Makefile @@ -0,0 +1,15 @@ +# This is free software, licensed under the Apache License, Version 2.0 . + +include $(TOPDIR)/rules.mk + +LUCI_TITLE:=LuCI File Browser module +LUCI_DEPENDS:=+luci-base + +PKG_LICENSE:=Apache-2.0 +PKG_VERSION:=1.1.0 +PKG_RELEASE:=1 +PKG_MAINTAINER:=Sergey Ponomarev <stokito@gmail.com> + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |