Add a keep.d file to preserve the rustdesk configuration and binaries
across sysupgrades. The /etc/rustdesk directory contains the encryption
keys and database, and /usr/bin/ contains the hbbr, hbbs, and
rustdesk-utils binaries which need to be retained.
Signed-off-by: Guilherme Cardoso <redacted>
include $(TOPDIR)/rules.mk
-PKG_VERSION:=20250610
-PKG_RELEASE:=4
+PKG_VERSION:=20260313
+PKG_RELEASE:=1
PKG_NAME:=luci-app-rustdesk-server
PKG_MAINTAINER:=Guilherme Cardoso <luminoso@gmail.com>
--- /dev/null
+/etc/rustdesk
+/usr/bin/hbbr
+/usr/bin/hbbs
+/usr/bin/rustdesk-utils