Makefile 351 B

123456789101112131415
  1. # This is free software, licensed under the Apache License, Version 2.0 .
  2. include $(TOPDIR)/rules.mk
  3. LUCI_TITLE:=LuCI File Browser module
  4. LUCI_DEPENDS:=+luci-base
  5. PKG_LICENSE:=Apache-2.0
  6. PKG_VERSION:=1.1.0
  7. PKG_RELEASE:=1
  8. PKG_MAINTAINER:=Sergey Ponomarev <stokito@gmail.com>
  9. include ../../luci.mk
  10. # call BuildPackage - OpenWrt buildroot signature