diff options
author | Sven Roederer <freifunk@it-solutions.geroedel.de> | 2020-05-11 21:29:10 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-06-24 14:58:17 +0200 |
commit | 221f97ff4737f012c90feb086bc1c2ed86c6001b (patch) | |
tree | 77f49e4420838edbb6e034fc4c20390dc5ce848e | |
parent | ea5192e6c505c53b0565f63841ff22dbe51c302c (diff) | |
download | upstream-221f97ff4737f012c90feb086bc1c2ed86c6001b.tar.gz upstream-221f97ff4737f012c90feb086bc1c2ed86c6001b.tar.bz2 upstream-221f97ff4737f012c90feb086bc1c2ed86c6001b.zip |
feeds: add freifunk feed
Read the freifunk packages, that have been moved from the LuCI feed
into its own feed in January 2019.
Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
-rw-r--r-- | feeds.conf.default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index da6c665624..03bfacb620 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -2,6 +2,7 @@ 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 |