diff --git a/vendor/os-sunnyvalley/Makefile b/vendor/os-sunnyvalley/Makefile deleted file mode 100755 index 90649e61e..000000000 --- a/vendor/os-sunnyvalley/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -PLUGIN_NAME=sunnyvalley -PLUGIN_VERSION=1.0 -PLUGIN_COMMENT=Sunny Valley Networks Vendor Repository -PLUGIN_MAINTAINER=opensource@sunnyvalley.io - -.include "../../Mk/plugins.mk" diff --git a/vendor/sunnyvalley/Makefile b/vendor/sunnyvalley/Makefile new file mode 100644 index 000000000..df3cf241e --- /dev/null +++ b/vendor/sunnyvalley/Makefile @@ -0,0 +1,6 @@ +PLUGIN_NAME= sunnyvalley +PLUGIN_VERSION= 1.0 +PLUGIN_COMMENT= Sunny Valley Networks Vendor Repository +PLUGIN_MAINTAINER= opensource@sunnyvalley.io + +.include "../../Mk/plugins.mk" diff --git a/vendor/os-sunnyvalley/pkg-descr b/vendor/sunnyvalley/pkg-descr old mode 100755 new mode 100644 similarity index 100% rename from vendor/os-sunnyvalley/pkg-descr rename to vendor/sunnyvalley/pkg-descr diff --git a/vendor/os-sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 b/vendor/sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 similarity index 100% rename from vendor/os-sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 rename to vendor/sunnyvalley/src/etc/pkg/fingerprints/SunnyValley/trusted/updates.sunnyvalley.org.20190702 diff --git a/vendor/os-sunnyvalley/src/etc/pkg/repos/SunnyValley.conf b/vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf similarity index 100% rename from vendor/os-sunnyvalley/src/etc/pkg/repos/SunnyValley.conf rename to vendor/sunnyvalley/src/etc/pkg/repos/SunnyValley.conf