18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2013-2023 Igor Pecovnik, igor@armbian.com
|
|
#
|
|
# This file is a part of the Armbian Build Framework
|
|
# https://github.com/armbian/build/
|
|
#
|
|
source "${BASH_SOURCE%/*}/include/sunxi_common.inc"
|
|
|
|
OVERLAY_PREFIX='sun8i-v3s'
|
|
declare -g BOOTENV_FILE='sun8i-v3s.txt'
|
|
|
|
family_tweaks_bsp_s() {
|
|
mkdir -p $destination/etc/default
|
|
cp $SRC/packages/bsp/sun8i-v3s/etc/default/* $destination/etc/default/
|
|
}
|