diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-17 16:57:53 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-17 16:57:54 +0200 |
commit | 4e5a8c4c6d8be7faca5a1adfe8c3838645532b7d (patch) | |
tree | bacbf8c57ae7fbc3cce2823c109dbba287cc8ebf /feeds.conf.default | |
parent | 7cdb51e0465ed742f160e27b433a24e372d5bc53 (diff) | |
download | upstream-4e5a8c4c6d8be7faca5a1adfe8c3838645532b7d.tar.gz upstream-4e5a8c4c6d8be7faca5a1adfe8c3838645532b7d.tar.bz2 upstream-4e5a8c4c6d8be7faca5a1adfe8c3838645532b7d.zip |
feeds.conf: disable the targets feed by default
It is not actively maintained anyway
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'feeds.conf.default')
-rw-r--r-- | feeds.conf.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feeds.conf.default b/feeds.conf.default index db7756f73c..84d24956fc 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 |