diff options
author | Mirko Vogt <mirko-openwrt@nanl.de> | 2017-01-25 15:36:07 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-25 16:04:39 +0100 |
commit | 01205c38860aecd8a19a239ea40a49172b3a242b (patch) | |
tree | f1baa91573ca7a959c54ff3f38eb6d68d1acd87d /feeds.conf.default | |
parent | 55ff15cfd50927c393300c372efe55ccbc41ad6d (diff) | |
download | mtk-20170518-01205c38860aecd8a19a239ea40a49172b3a242b.zip mtk-20170518-01205c38860aecd8a19a239ea40a49172b3a242b.tar.gz mtk-20170518-01205c38860aecd8a19a239ea40a49172b3a242b.tar.bz2 |
Add video feed to feeds.conf.default
Signed-off-by: Mirko Vogt <mirko-openwrt@nanl.de>
Diffstat (limited to 'feeds.conf.default')
-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 e3e9c60..040dbdc5 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -2,6 +2,7 @@ src-git packages https://git.lede-project.org/feed/packages.git src-git luci https://git.lede-project.org/project/luci.git src-git routing https://git.lede-project.org/feed/routing.git src-git telephony https://git.lede-project.org/feed/telephony.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 #src-git oldpackages http://git.openwrt.org/packages.git |