more rename fixes

This commit is contained in:
Lance Vick 2020-06-15 19:22:36 -07:00
parent ca28e74062
commit c0ff10663d
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
4 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@
# Buildroot 2020.05 Configuration
#
BR2_HAVE_DOT_CONFIG=y
BR2_EXTERNAL_airgap_PATH="/home/build/config/buildroot"
BR2_EXTERNAL_Airgap_PATH="/home/build/config/buildroot"
BR2_HOST_GCC_AT_LEAST_4_9=y
BR2_HOST_GCC_AT_LEAST_5=y
BR2_HOST_GCC_AT_LEAST_6=y
@ -457,7 +457,7 @@ BR2_LINUX_KERNEL_PATCH=""
# BR2_LINUX_KERNEL_USE_DEFCONFIG is not set
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_Unilinux_PATH)/board/qemu/linux.config"
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_Airgap_PATH)/board/qemu/linux.config"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES=""
BR2_LINUX_KERNEL_CUSTOM_LOGO_PATH=""
BR2_LINUX_KERNEL_BZIMAGE=y

View File

@ -5,5 +5,5 @@ set -e; source environment
target=${TARGET?}
cd /home/build/build/buildroot
make "unilinux_${TARGET}_defconfig"
make "airgap_${TARGET}_defconfig"
make

View File

@ -1,7 +1,6 @@
#!/bin/bash
[ -f /.dockerenv ] || { echo "please run in supplied container"; exit 1; }
set -e; source environment
set -x
build_dir="${BUILD_DIR?}"
buildroot_dir="${build_dir}/buildroot"

View File

@ -5,5 +5,5 @@ set -e; source environment
target=${TARGET?}
cd /home/build/build/buildroot
make "unilinux_${TARGET}_defconfig"
make "airgap_${TARGET}_defconfig"
make menuconfig