From 079846a43edb5497cc4183cb0deec4a503f438a4 Mon Sep 17 00:00:00 2001 From: Paul Philippov Date: Fri, 19 May 2023 16:35:20 -0400 Subject: [PATCH] remove duplicate post_build_script declarations (#805) --- br-ext-chip-hisilicon/configs/hi3516av200_lite_defconfig | 1 - br-ext-chip-hisilicon/configs/hi3516av200_ultimate_defconfig | 1 - br-ext-chip-hisilicon/configs/hi3516cv100_lite_defconfig | 1 - br-ext-chip-hisilicon/configs/hi3518cv100_lite_defconfig | 1 - br-ext-chip-hisilicon/configs/hi3518ev100_lite_defconfig | 1 - br-ext-chip-hisilicon/configs/hi3519v101_lite_defconfig | 1 - 6 files changed, 6 deletions(-) diff --git a/br-ext-chip-hisilicon/configs/hi3516av200_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3516av200_lite_defconfig index 8dd88bd3..56a3663d 100644 --- a/br-ext-chip-hisilicon/configs/hi3516av200_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516av200_lite_defconfig @@ -30,7 +30,6 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_VENDOR_PATH)/board/hi3519v10 BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y BR2_LINUX_KERNEL_EXT_VENDOR_PATCHER=y -BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_SCRIPTS_PATH)/executing_commands_for_$(BR2_TOOLCHAIN_BUILDROOT_LIBC).sh" # Filesystem # BR2_TARGET_TZ_INFO is not set diff --git a/br-ext-chip-hisilicon/configs/hi3516av200_ultimate_defconfig b/br-ext-chip-hisilicon/configs/hi3516av200_ultimate_defconfig index 94d17c55..c158ee6c 100644 --- a/br-ext-chip-hisilicon/configs/hi3516av200_ultimate_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516av200_ultimate_defconfig @@ -30,7 +30,6 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_VENDOR_PATH)/board/hi3519v10 BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y BR2_LINUX_KERNEL_EXT_VENDOR_PATCHER=y -BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_SCRIPTS_PATH)/executing_commands_for_$(BR2_TOOLCHAIN_BUILDROOT_LIBC).sh" # Filesystem # BR2_TARGET_TZ_INFO is not set diff --git a/br-ext-chip-hisilicon/configs/hi3516cv100_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3516cv100_lite_defconfig index 6496c220..38777634 100644 --- a/br-ext-chip-hisilicon/configs/hi3516cv100_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3516cv100_lite_defconfig @@ -28,7 +28,6 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_VENDOR_PATH)/board/hi3516cv1 BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y BR2_LINUX_KERNEL_EXT_VENDOR_PATCHER=y -BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_SCRIPTS_PATH)/executing_commands_for_$(BR2_TOOLCHAIN_BUILDROOT_LIBC).sh" # Filesystem # BR2_TARGET_TZ_INFO is not set diff --git a/br-ext-chip-hisilicon/configs/hi3518cv100_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3518cv100_lite_defconfig index 87200d0e..cbb434a0 100644 --- a/br-ext-chip-hisilicon/configs/hi3518cv100_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3518cv100_lite_defconfig @@ -28,7 +28,6 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_VENDOR_PATH)/board/hi3516cv1 BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y BR2_LINUX_KERNEL_EXT_VENDOR_PATCHER=y -BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_SCRIPTS_PATH)/executing_commands_for_$(BR2_TOOLCHAIN_BUILDROOT_LIBC).sh" # Filesystem # BR2_TARGET_TZ_INFO is not set diff --git a/br-ext-chip-hisilicon/configs/hi3518ev100_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3518ev100_lite_defconfig index 47a19161..f2613c8a 100644 --- a/br-ext-chip-hisilicon/configs/hi3518ev100_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3518ev100_lite_defconfig @@ -28,7 +28,6 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_VENDOR_PATH)/board/hi3516cv1 BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y BR2_LINUX_KERNEL_EXT_VENDOR_PATCHER=y -BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_SCRIPTS_PATH)/executing_commands_for_$(BR2_TOOLCHAIN_BUILDROOT_LIBC).sh" # Filesystem # BR2_TARGET_TZ_INFO is not set diff --git a/br-ext-chip-hisilicon/configs/hi3519v101_lite_defconfig b/br-ext-chip-hisilicon/configs/hi3519v101_lite_defconfig index 74351fc3..2936ed1b 100644 --- a/br-ext-chip-hisilicon/configs/hi3519v101_lite_defconfig +++ b/br-ext-chip-hisilicon/configs/hi3519v101_lite_defconfig @@ -30,7 +30,6 @@ BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_VENDOR_PATH)/board/hi3519v10 BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y BR2_LINUX_KERNEL_EXT_VENDOR_PATCHER=y -BR2_ROOTFS_POST_BUILD_SCRIPT="$(BR2_EXTERNAL_SCRIPTS_PATH)/executing_commands_for_$(BR2_TOOLCHAIN_BUILDROOT_LIBC).sh" # Filesystem # BR2_TARGET_TZ_INFO is not set