From 72540a675ee3e3afd1c5f7d3f68150bd6404f37e Mon Sep 17 00:00:00 2001 From: garypang13 <48883331+garypang13@users.noreply.github.com> Date: Sat, 30 Jan 2021 18:55:35 +0800 Subject: [PATCH] gost: move uci files to core Signed-off-by: CN_SZTL --- .../root/etc/config/gost => gost/files/gost.config} | 0 .../{luci-app-gost/root/etc/init.d/gost => gost/files/gost.init} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename package/ctcgfw/{luci-app-gost/root/etc/config/gost => gost/files/gost.config} (100%) rename package/ctcgfw/{luci-app-gost/root/etc/init.d/gost => gost/files/gost.init} (100%) diff --git a/package/ctcgfw/luci-app-gost/root/etc/config/gost b/package/ctcgfw/gost/files/gost.config similarity index 100% rename from package/ctcgfw/luci-app-gost/root/etc/config/gost rename to package/ctcgfw/gost/files/gost.config diff --git a/package/ctcgfw/luci-app-gost/root/etc/init.d/gost b/package/ctcgfw/gost/files/gost.init similarity index 100% rename from package/ctcgfw/luci-app-gost/root/etc/init.d/gost rename to package/ctcgfw/gost/files/gost.init