Split /lib/makeboarddeb.sh

This commit is contained in:
hzy
2022-10-03 17:01:52 +08:00
committed by Ricardo Pardini
parent 445f2ddcb3
commit 7761049c65
2 changed files with 0 additions and 20 deletions

View File

@@ -1,21 +1,3 @@
#!/bin/bash
#
# Copyright (c) 2021 Igor Pecovnik, igor.pecovnik@gma**.com
#
# This file is licensed under the terms of the GNU General Public
# License version 2. This program is licensed "as is" without any
# warranty of any kind, whether express or implied.
#
# This file is a part of the Armbian build script
# https://github.com/armbian/build/
#
# Functions:
# create_board_package
create_board_package()
{
display_alert "Creating board support package for CLI" "$CHOSEN_ROOTFS" "info"

View File

@@ -66,8 +66,6 @@ source "${SRC}/lib/import-functions.sh"
# shellcheck source=compilation-prepare.sh
source "${SRC}"/lib/compilation-prepare.sh # drivers that are not upstreamed
# shellcheck source=makeboarddeb.sh
source "${SRC}"/lib/makeboarddeb.sh # board support package
# shellcheck source=chroot-buildpackages.sh
source "${SRC}"/lib/chroot-buildpackages.sh # chroot packages building