From 9c7bad9f15ee1307e06c8d930bcd9dd2691da071 Mon Sep 17 00:00:00 2001
From: Josef Schlehofer <josef.schlehofer@nic.cz>
Date: Tue, 9 Aug 2022 01:40:42 +0200
Subject: [PATCH] feeds.conf: switch to OpenWrt 22.03

---
 feeds.conf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/feeds.conf b/feeds.conf
index 520b2ffd4..6e606be02 100644
--- a/feeds.conf
+++ b/feeds.conf
@@ -1,13 +1,13 @@
 ## Following line defines used openwrt repository.
 ## It is commented out because it is not feed but is used by compile_pkgs script.
-# openwrt https://git.openwrt.org/openwrt/openwrt.git;master
+# openwrt https://git.openwrt.org/openwrt/openwrt.git;openwrt-22.03
 
 src-git-full turrispackages https://gitlab.nic.cz/turris/os/packages.git;develop
-src-git-full node https://github.com/nxhack/openwrt-node-packages.git
-src-git-full packages https://git.openwrt.org/feed/packages.git
-src-git-full luci https://git.openwrt.org/project/luci.git
-src-git-full routing https://git.openwrt.org/feed/routing.git
-src-git-full telephony https://git.openwrt.org/feed/telephony.git
+src-git-full node https://github.com/nxhack/openwrt-node-packages.git;openwrt-22.03
+src-git-full packages https://git.openwrt.org/feed/packages.git;openwrt-22.03
+src-git-full luci https://git.openwrt.org/project/luci.git;openwrt-22.03
+src-git-full routing https://git.openwrt.org/feed/routing.git;openwrt-22.03
+src-git-full telephony https://git.openwrt.org/feed/telephony.git;openwrt-22.03
 src-git-full cesnet https://github.com/CESNET/Nemea-OpenWRT.git
 
 ## Following line is not feed but it is used in generate_lists script.
-- 
GitLab