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 | 6b346b8657908815de170c6c417ea7a8534aab34 (patch) | |
tree | da82e339e2bf77317f6cba9c12b2a625f98a613c | |
parent | 49a4be3c4909767b570c864126e418580a9ade6a (diff) | |
download | upstream-6b346b8657908815de170c6c417ea7a8534aab34.tar.gz upstream-6b346b8657908815de170c6c417ea7a8534aab34.tar.bz2 upstream-6b346b8657908815de170c6c417ea7a8534aab34.zip |
feeds: switch to using http(s) urls
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40028 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 49e97e524e..3587b5fcb9 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 |