Files
Daniel F. Dickinson 8d4ebf01e7 luci-app-radicale3: updates for Radicale 3.7.1
Radicale 3.7.1 made some breaking changes to the config, so
we need to update the UCI config to match.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-04-17 08:03:55 +03:00

18 lines
415 B
Makefile

include $(TOPDIR)/rules.mk
# cspell:words TOPDIR LUCI Radicale buildroot rpcd
LUCI_TITLE:=Radicale v3 CalDAV/CardDAV Server
LUCI_DEPENDS:=+luci-base +radicale3 +rpcd-mod-rad3-enc
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
PROVIDES:=luci-app-radicale2
EXTRA_DEPENDS:=radicale3 (>= 3.7.1-1)
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature