openvpn: move lib/upgrade/keep.d file into its own dir
authorFlorian Eckert <redacted>
Wed, 4 Mar 2026 10:17:38 +0000 (11:17 +0100)
committerFlorian Eckert <redacted>
Thu, 5 Mar 2026 06:54:01 +0000 (07:54 +0100)
By moving the file to a subdirectory, it is easier to track where the file
is located on the target without having to check the Makefile every time.

Signed-off-by: Florian Eckert <redacted>
net/openvpn/Makefile
net/openvpn/files/lib/upgrade/keep.d/openvpn [moved from net/openvpn/files/openvpn.sysupgrade with 100% similarity]

index 8a4ae220fb8d382062b5867c913702a784510acd..1914f12991df122d0590bf3475091df6a4f80f25 100644 (file)
@@ -125,8 +125,8 @@ define Package/openvpn-$(BUILD_VARIANT)/install
 
        $(INSTALL_DIR) $(1)/lib/upgrade/keep.d
        $(INSTALL_DATA) \
-               files/openvpn.sysupgrade \
-               $(1)/lib/upgrade/keep.d/openvpn
+               files/lib/upgrade/keep.d/openvpn \
+               $(1)/lib/upgrade/keep.d/
 endef
 
 $(eval $(call BuildPackage,openvpn-openssl))
git clone https://git.99rst.org/PROJECT