[openwrt/openwrt] feeds.conf.default: enable video feed by default

LEDE Commits lede-commits at lists.infradead.org
Wed Dec 4 17:37:33 PST 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/b4cc5743d90103a0536b07c618f21bfd5685fbe2

commit b4cc5743d90103a0536b07c618f21bfd5685fbe2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Thu Dec 5 01:32:00 2024 +0000

    feeds.conf.default: enable video feed by default
    
    As discussed in the previous OpenWrt meeting the easiest way to have
    regular builds of packages on the video feed without adding additional
    complexity is by enabling the video feed by default.
    If that slows down the buildbots beyond being useful we can always
    disable it again and find another way to only sporadically build
    packages of the video feed.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 feeds.conf.default | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feeds.conf.default b/feeds.conf.default
index fc679335e0..05f5c8c47c 100644
--- a/feeds.conf.default
+++ b/feeds.conf.default
@@ -2,7 +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 video https://github.com/openwrt/video.git
+src-git video https://github.com/openwrt/video.git
 #src-git targets https://github.com/openwrt/targets.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