[openwrt/openwrt] feeds.conf.default: remove freifunk feed
LEDE Commits
lede-commits at lists.infradead.org
Wed Mar 3 22:04:33 GMT 2021
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/ff6b36b9548bbb869c2f5a5ffc0e415e25bc857e
commit ff6b36b9548bbb869c2f5a5ffc0e415e25bc857e
Author: Perry Melange <isprotejesvalkata at gmail.com>
AuthorDate: Sun Feb 21 14:00:56 2021 +0100
feeds.conf.default: remove freifunk feed
The freifunk feed is being removed becasue
a) it is an external project and the OpenWrt team does not have access to it.
b) upon original addition of the feed, there was only a very weak tendency for
the addition.
c) there is a general lack of interest in the freifunk repo to review and/or
merge pull requests.
d) as far as can be found, all projects which use the freifunk feed have their
own make system and self-maintained feeds list. They do not use the
feeds.conf.default from the openwrt repo.
more information can be read at the following links:
http://lists.openwrt.org/pipermail/openwrt-devel/2021-February/033807.html
https://github.com/freifunk/openwrt-packages/issues/37
Signed-off-by: Perry Melange <isprotejesvalkata at gmail.com>
(cherry picked from commit 20caa68fec4fe033f72c9d488639f8dd2bcfa02c)
---
feeds.conf.default | 1 -
1 file changed, 1 deletion(-)
diff --git a/feeds.conf.default b/feeds.conf.default
index c30a8fbc23..98bf97232d 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -2,5 +2,4 @@ src-git packages https://git.openwrt.org/feed/packages.git;openwrt-21.02
src-git luci https://git.openwrt.org/project/luci.git;openwrt-21.02
src-git routing https://git.openwrt.org/feed/routing.git;openwrt-21.02
src-git telephony https://git.openwrt.org/feed/telephony.git;openwrt-21.02
-src-git freifunk https://github.com/freifunk/openwrt-packages.git;openwrt-21.02
#src-link custom /usr/src/openwrt/custom-feed
More information about the lede-commits
mailing list