diff options
author | Perry Melange <isprotejesvalkata@gmail.com> | 2021-02-21 14:00:56 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-03-03 22:56:15 +0100 |
commit | 20caa68fec4fe033f72c9d488639f8dd2bcfa02c (patch) | |
tree | 57a3ded8e3afc18ef4598223bbb0bc7c204f10a1 | |
parent | 13069b1a1dcbef0bb9b42db98025fa9203283220 (diff) | |
download | upstream-20caa68fec4fe033f72c9d488639f8dd2bcfa02c.tar.gz upstream-20caa68fec4fe033f72c9d488639f8dd2bcfa02c.tar.bz2 upstream-20caa68fec4fe033f72c9d488639f8dd2bcfa02c.zip |
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@gmail.com>
-rw-r--r-- | feeds.conf.default | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index 03bfacb620..da6c665624 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -2,7 +2,6 @@ src-git packages https://git.openwrt.org/feed/packages.git src-git luci https://git.openwrt.org/project/luci.git src-git routing https://git.openwrt.org/feed/routing.git src-git telephony https://git.openwrt.org/feed/telephony.git -src-git freifunk https://github.com/freifunk/openwrt-packages.git #src-git video https://github.com/openwrt/video.git #src-git targets https://github.com/openwrt/targets.git #src-git management https://github.com/openwrt-management/packages.git |