blob: fb930e7ca158ab504d912d4f153f3fca9254f790 [file] [log] [blame]
# Copyright 2015 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# We moved a lot of files to the project-freon overlay. Make sure we
# regen the board setup for each freon board.
BOARD=monroe
if [[ -d /build/${BOARD} ]]; then
~/trunk/src/scripts/setup_board \
--board=${BOARD} \
--skip_chroot_upgrade \
--regen_configs
fi