diff options
author | Steven Barth <cyrus@openwrt.org> | 2008-08-07 13:26:10 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2008-08-07 13:26:10 +0000 |
commit | 34a16898a1874c3e319a145477b15e1a244efa55 (patch) | |
tree | e2d0baa69c7deff3ad9728f60e60a92a012153dc /feeds.conf | |
parent | 6b6d027172c72c0baa8f7f7eb9b33a4688da76ba (diff) | |
download | upstream-34a16898a1874c3e319a145477b15e1a244efa55.tar.gz upstream-34a16898a1874c3e319a145477b15e1a244efa55.tar.bz2 upstream-34a16898a1874c3e319a145477b15e1a244efa55.zip |
update luci feed url to use http due to certificate issues
SVN-Revision: 12238
Diffstat (limited to 'feeds.conf')
-rw-r--r-- | feeds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feeds.conf b/feeds.conf index 34f606f5db..7463bb6448 100644 --- a/feeds.conf +++ b/feeds.conf @@ -1,3 +1,3 @@ src-svn packages https://svn.openwrt.org/openwrt/packages src-svn xwrt http://x-wrt.googlecode.com/svn/trunk/package -src-svn luci https://dev.leipzig.freifunk.net/svn/ff-luci/trunk/contrib/package +src-svn luci http://dev.leipzig.freifunk.net/svn/ff-luci/trunk/contrib/package |