From dcac3fdb8a879fe4944bf5db4090acc1562b899e Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <Michal@Hrusecky.net>
Date: Thu, 24 Jan 2019 06:22:00 +0100
Subject: [PATCH] compile_pkg: Really use latest stable release

---
 compile_pkgs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile_pkgs b/compile_pkgs
index c2544036a..f8515a4d1 100755
--- a/compile_pkgs
+++ b/compile_pkgs
@@ -63,7 +63,7 @@ set_target() {
 
 # Configuration variables
 OPENWRT_URL="https://git.openwrt.org/openwrt/openwrt.git" # OpenWRT git repository URL
-OPENWRT_BRANCH=master # Git reference used to checkout OpenWRT repository
+OPENWRT_BRANCH="openwrt-18.06" # Git reference used to checkout OpenWRT repository
 PUBLISH_BRANCH="hbk" # Target publish branch
 FORCE="" # Force build
 EVERYTHING="" # Set this variable to build all packages not only minimal set
-- 
GitLab