22 lines
451 B
Makefile
22 lines
451 B
Makefile
# Copyright (C) 2016 Openwrt.org
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI Support for FileBrowser
|
|
LUCI_DEPENDS:=+filebrowser
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-filebrowser
|
|
PKG_VERSION:=snapshot
|
|
PKG_RELEASE:=118071b
|
|
|
|
PKG_LICENSE:=GPLv3
|
|
PKG_MAINTAINER:=[CTCGFW] Project OpenWRT
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|