From 7761049c653dcea354ebdf13ceb8e6337c6ca4fa Mon Sep 17 00:00:00 2001 From: hzy Date: Mon, 3 Oct 2022 17:01:52 +0800 Subject: [PATCH] Split `/lib/makeboarddeb.sh` --- .../bsp/bsp-cli.sh} | 18 ------------------ lib/main.sh | 2 -- 2 files changed, 20 deletions(-) rename lib/{makeboarddeb.sh => functions/bsp/bsp-cli.sh} (97%) diff --git a/lib/makeboarddeb.sh b/lib/functions/bsp/bsp-cli.sh similarity index 97% rename from lib/makeboarddeb.sh rename to lib/functions/bsp/bsp-cli.sh index 7bfda07121..7bdb693607 100644 --- a/lib/makeboarddeb.sh +++ b/lib/functions/bsp/bsp-cli.sh @@ -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" diff --git a/lib/main.sh b/lib/main.sh index a4b53c9016..ff7e2284c3 100644 --- a/lib/main.sh +++ b/lib/main.sh @@ -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