mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Split /lib/makeboarddeb.sh
This commit is contained in:
@@ -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"
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user