diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-26 16:08:09 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-26 16:08:09 +0000 |
commit | 304cdc76f735cce03e1524bc93ee0756742b9238 (patch) | |
tree | a68cd6559952f663a04aa782a5a46d1668e0745e | |
parent | d99f9ac093f55c1861d0b3ae3325ee76d181f7f9 (diff) | |
download | mtk-20170518-304cdc76f735cce03e1524bc93ee0756742b9238.zip mtk-20170518-304cdc76f735cce03e1524bc93ee0756742b9238.tar.gz mtk-20170518-304cdc76f735cce03e1524bc93ee0756742b9238.tar.bz2 |
feeds: switch to using http(s) urls
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40028
-rw-r--r-- | feeds.conf.default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index 49e97e5..3587b5f 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,6 +1,6 @@ -src-git packages git://git.openwrt.org/packages.git -src-git luci git://nbd.name/luci.git -src-git routing git://github.com/openwrt-routing/packages.git +src-git packages http://git.openwrt.org/packages.git +src-git luci http://git.openwrt.org/luci.git +src-git routing https://github.com/openwrt-routing/packages.git src-git telephony http://feeds.openwrt.nanl.de/openwrt/telephony.git #src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package #src-svn phone svn://svn.openwrt.org/openwrt/feeds/phone |