From b234dcfeabf6919a11404c2ed80bd0b5cb5475d5 Mon Sep 17 00:00:00 2001
From: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sat, 1 Nov 2014 10:09:51 +0000
Subject: [PATCH] BB: feeds: use https for LuCI github feed, like all others

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43142 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 feeds.conf.default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feeds.conf.default b/feeds.conf.default
index 95b3e308..4e6627ba 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -1,5 +1,5 @@
 src-git packages https://github.com/openwrt/packages.git;for-14.07
-src-git luci http://github.com/openwrt/luci.git;luci-0.12
+src-git luci https://github.com/openwrt/luci.git;luci-0.12
 src-git routing https://github.com/openwrt-routing/packages.git;for-14.07
 src-git telephony http://git.openwrt.org/feed/telephony.git;for-14.07
 src-git management https://github.com/openwrt-management/packages.git;for-14.07
-- 
GitLab