2022-11-06 17:48:46 +08:00

19 lines
315 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221106
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Plex
LUCI_PKGARCH:=all
LUCI_DEPENDS:=+docker +luci-lib-taskd
define Package/luci-app-plex/conffiles
/etc/config/plex
endef
include $(TOPDIR)/feeds/luci/luci.mk
# call BuildPackage - OpenWrt buildroot signature