From efc2a7c2911e7b8b5c2c45b50a8bbb0451e4469d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 26 May 2025 11:12:06 +0200 Subject: [PATCH] move plugins to their own folder Signed-off-by: John Crispin --- {files/usr/share/ufp => plugins}/plugin_dhcp.uc | 0 {files/usr/share/ufp => plugins}/plugin_mdns.uc | 0 {files/usr/share/ufp => plugins}/plugin_wifi.uc | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {files/usr/share/ufp => plugins}/plugin_dhcp.uc (100%) rename {files/usr/share/ufp => plugins}/plugin_mdns.uc (100%) rename {files/usr/share/ufp => plugins}/plugin_wifi.uc (100%) diff --git a/files/usr/share/ufp/plugin_dhcp.uc b/plugins/plugin_dhcp.uc similarity index 100% rename from files/usr/share/ufp/plugin_dhcp.uc rename to plugins/plugin_dhcp.uc diff --git a/files/usr/share/ufp/plugin_mdns.uc b/plugins/plugin_mdns.uc similarity index 100% rename from files/usr/share/ufp/plugin_mdns.uc rename to plugins/plugin_mdns.uc diff --git a/files/usr/share/ufp/plugin_wifi.uc b/plugins/plugin_wifi.uc similarity index 100% rename from files/usr/share/ufp/plugin_wifi.uc rename to plugins/plugin_wifi.uc -- 2.30.2