[source] package/firmware/fman-ucode: Use HTTPS

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 16 01:54:54 PST 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/d5e84ca30fdda35b88a08ac357c63c8087be4620

commit d5e84ca30fdda35b88a08ac357c63c8087be4620
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Mon Nov 14 00:58:38 2016 +0100

    package/firmware/fman-ucode: Use HTTPS
    
    Change URL to use HTTPS instead of HTTP
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 package/firmware/fman-ucode/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/firmware/fman-ucode/Makefile b/package/firmware/fman-ucode/Makefile
index 86a5ecd..1e667e3 100644
--- a/package/firmware/fman-ucode/Makefile
+++ b/package/firmware/fman-ucode/Makefile
@@ -15,7 +15,7 @@ PKG_RELEASE:=1
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_URL:=http://git.freescale.com/git/cgit.cgi/ppc/sdk/fm-ucode.git
+PKG_SOURCE_URL:=https://git.freescale.com/git/cgit.cgi/ppc/sdk/fm-ucode.git
 PKG_SOURCE_VERSION:=b19c645821941493fbef32e616b5a16404259976
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)



More information about the lede-commits mailing list