more rename fixes
This commit is contained in:
parent
ca28e74062
commit
c0ff10663d
|
@ -3,7 +3,7 @@
|
||||||
# Buildroot 2020.05 Configuration
|
# Buildroot 2020.05 Configuration
|
||||||
#
|
#
|
||||||
BR2_HAVE_DOT_CONFIG=y
|
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_4_9=y
|
||||||
BR2_HOST_GCC_AT_LEAST_5=y
|
BR2_HOST_GCC_AT_LEAST_5=y
|
||||||
BR2_HOST_GCC_AT_LEAST_6=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_DEFCONFIG is not set
|
||||||
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
|
# BR2_LINUX_KERNEL_USE_ARCH_DEFAULT_CONFIG is not set
|
||||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
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_CONFIG_FRAGMENT_FILES=""
|
||||||
BR2_LINUX_KERNEL_CUSTOM_LOGO_PATH=""
|
BR2_LINUX_KERNEL_CUSTOM_LOGO_PATH=""
|
||||||
BR2_LINUX_KERNEL_BZIMAGE=y
|
BR2_LINUX_KERNEL_BZIMAGE=y
|
||||||
|
|
|
@ -5,5 +5,5 @@ set -e; source environment
|
||||||
target=${TARGET?}
|
target=${TARGET?}
|
||||||
|
|
||||||
cd /home/build/build/buildroot
|
cd /home/build/build/buildroot
|
||||||
make "unilinux_${TARGET}_defconfig"
|
make "airgap_${TARGET}_defconfig"
|
||||||
make
|
make
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
[ -f /.dockerenv ] || { echo "please run in supplied container"; exit 1; }
|
[ -f /.dockerenv ] || { echo "please run in supplied container"; exit 1; }
|
||||||
set -e; source environment
|
set -e; source environment
|
||||||
set -x
|
|
||||||
|
|
||||||
build_dir="${BUILD_DIR?}"
|
build_dir="${BUILD_DIR?}"
|
||||||
buildroot_dir="${build_dir}/buildroot"
|
buildroot_dir="${build_dir}/buildroot"
|
||||||
|
|
|
@ -5,5 +5,5 @@ set -e; source environment
|
||||||
target=${TARGET?}
|
target=${TARGET?}
|
||||||
|
|
||||||
cd /home/build/build/buildroot
|
cd /home/build/build/buildroot
|
||||||
make "unilinux_${TARGET}_defconfig"
|
make "airgap_${TARGET}_defconfig"
|
||||||
make menuconfig
|
make menuconfig
|
||||||
|
|
Loading…
Reference in New Issue