mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-07 07:06:45 +08:00
23 lines
441 B
Makefile
23 lines
441 B
Makefile
#
|
|
# Copyright (C) 2021 ImmortalWrt
|
|
# <https://immortalwrt.org>
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
#
|
|
|
|
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
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|