From 282666dd837de30c195155f9d92d6f6d9054d21a Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 4 Apr 2021 20:38:52 +0800 Subject: [PATCH] uugamebooster: keep config when upgrade Signed-off-by: Tianling Shen --- package/lean/uugamebooster/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/lean/uugamebooster/Makefile b/package/lean/uugamebooster/Makefile index a6ea84be9a..925fc84676 100644 --- a/package/lean/uugamebooster/Makefile +++ b/package/lean/uugamebooster/Makefile @@ -69,6 +69,10 @@ endef define Build/Compile endef +define Package/$(PKG_NAME)/conffiles +/usr/share/$(PKG_NAME)/uu.conf +endef + define Package/$(PKG_NAME)/install # $(INSTALL_DIR) $(1)/etc/init.d # $(INSTALL_BIN) ./files/uugamebooster.init $(1)/etc/init.d/uuplugin