diff options
author | John Crispin <john@phrozen.org> | 2016-06-09 17:39:05 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-13 22:51:42 +0200 |
commit | 3bb5f795d116b2b2ead1eda5fb8d63b9d42b2497 (patch) | |
tree | c14abd6df613c9dc9a26848283c2f321554efb33 /feeds.conf.default | |
parent | 9ba0dc602f7fb52c4e792922c20e8e7390d1a10c (diff) | |
download | mtk-20170518-3bb5f795d116b2b2ead1eda5fb8d63b9d42b2497.zip mtk-20170518-3bb5f795d116b2b2ead1eda5fb8d63b9d42b2497.tar.gz mtk-20170518-3bb5f795d116b2b2ead1eda5fb8d63b9d42b2497.tar.bz2 |
feeds.conf.default: disable management feed
looks like the upstream source packages were un-published.
Signed-off-by: John Crispin <john@phrozen.org>
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 bb08ab8..db7756f 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 management https://github.com/openwrt-management/packages.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 |