From 31c371e1702064edcfd78d3dd16ef99695498e5d Mon Sep 17 00:00:00 2001 From: Alex Kaplan Date: Tue, 29 Dec 2015 15:37:48 -0800 Subject: [PATCH] changed default branch to stable --- chip-update-firmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-update-firmware.sh b/chip-update-firmware.sh index a7f1a12..156f22f 100755 --- a/chip-update-firmware.sh +++ b/chip-update-firmware.sh @@ -11,7 +11,7 @@ fi FLASH_SCRIPT=./chip-fel-flash.sh WHAT=buildroot -BRANCH=next +BRANCH=stable function require_directory { if [[ ! -d "${1}" ]]; then