mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 03:01:54 +08:00
22 lines
441 B
Makefile
22 lines
441 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:=+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
|