[source] feeds.conf: disable the targets feed by default
LEDE Commits
lede-commits at lists.infradead.org
Sun Jul 17 07:58:13 PDT 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=4e5a8c4c6d8be7faca5a1adfe8c3838645532b7d
commit 4e5a8c4c6d8be7faca5a1adfe8c3838645532b7d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Jul 17 16:57:53 2016 +0200
feeds.conf: disable the targets feed by default
It is not actively maintained anyway
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
feeds.conf.default | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/feeds.conf.default b/feeds.conf.default
index db7756f..84d2495 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -2,7 +2,7 @@ src-git packages https://github.com/openwrt/packages.git
src-git luci https://github.com/openwrt/luci.git
src-git routing https://github.com/openwrt-routing/packages.git
src-git telephony https://github.com/openwrt/telephony.git
-src-git targets https://github.com/openwrt/targets.git
+#src-git targets https://github.com/openwrt/targets.git
#src-git management https://github.com/openwrt-management/packages.git
#src-git oldpackages http://git.openwrt.org/packages.git
#src-link custom /usr/src/openwrt/custom-feed
More information about the lede-commits
mailing list