You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
404 B
Makefile
22 lines
404 B
Makefile
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_MAINTAINER:=Jason Hawks <jason@torguard.net>
|
|
|
|
PKG_NAME:=luci-app-frigate
|
|
PKG_VERSION:=1.0.0
|
|
PKG_RELEASE:=1
|
|
|
|
LUCI_TITLE:=LuCI support for frigate
|
|
LUCI_PKGARCH:=all
|
|
LUCI_DEPENDS:=+lsblk +docker +luci-lib-taskd +yq
|
|
|
|
define Package/luci-app-frigate/conffiles
|
|
/etc/config/frigate
|
|
endef
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|