diff --git a/compile_pkgs b/compile_pkgs index 608b605dfe05a832a1d6ff96b6fdf33ef4a87719..327c8f87e227b4a3c7fc62d18f00c2c26afda5ef 100755 --- a/compile_pkgs +++ b/compile_pkgs @@ -64,7 +64,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 -PUBLISH_BRANCH="hbs" # Target publish branch +PUBLISH_BRANCH="hbd" # Target publish branch FORCE="" # Force build EVERYTHING="" # Set this variable to build all packages not only minimal set CLONE_DEEP="" # Set this variable to clone OpenWRT tree in full depth not just latest commit