22 lines
477 B
Makefile
22 lines
477 B
Makefile
# Copyright (C) 2019 Openwrt.org
|
|
#
|
|
# This is a free software, use it under Apache Licene 2.0 & GNU General Public License v3.0.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Cloudreve for LuCI
|
|
LUCI_DEPENDS:=@(aarch64||arm||i386||i686||x86_64) +cloudreve
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-cloudreve
|
|
|
|
define Package/luci-app-cloudreve/conffiles
|
|
/etc/config/cloudreve
|
|
/etc/cloudreve/
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|