From 65d4fd35a2e3c08647b7df16c07cb45048ec483f Mon Sep 17 00:00:00 2001 From: viktorxda <35473052+viktorxda@users.noreply.github.com> Date: Sun, 21 Jan 2024 06:45:20 +0100 Subject: [PATCH] Sync changes with firmware (#6) --- builder.sh | 4 ++-- .../configs/gk7102ca_lite-umea-qc01x_defconfig | 2 +- .../configs/gk7102ca_lite-vstarcam-g8896wip_defconfig | 2 +- .../configs/gk7205v200_lite_vixand-ipc-1_defconfig | 2 +- .../configs/gk7205v200_lite_vixand-iph-5-4g_defconfig | 2 +- .../configs/hi3516cv200_lite_trassir-tr-d4121ir1-v2_defconfig | 2 +- .../configs/hi3518ev200_lite_qtech-qvc-ipc-136w_defconfig | 2 +- .../configs/hi3518ev200_lite_smartwares-cip-37210_defconfig | 2 +- .../configs/hi3518ev200_lite_switcam-hs303-v2_defconfig | 2 +- .../configs/hi3518ev200_lite_switcam-hs303_defconfig | 2 +- .../configs/hi3518ev200_lite_vstarcam-c8892wip_defconfig | 2 +- .../configs/hi3518ev300_lite_xiaomi-mjsxj02hl_defconfig | 2 +- .../configs/ssc30kd_lite_chinatelecom-ds-ytj5301_defconfig | 2 +- .../configs/ssc325_lite_imilab-ec3-cmsxj25a_defconfig | 2 +- .../configs/ssc325de_lite_imou-c22ep-s2_defconfig | 2 +- .../configs/ssc333_lite_meari-speed-6s_defconfig | 2 +- .../configs/ssc333_lite_tp-link-tapo-c110-v2_defconfig | 2 +- .../configs/ssc335_lite_tp-link-tapo-c110-v1_defconfig | 2 +- .../configs/ssc335_lite_trassir-tr-w2c1-v2_defconfig | 2 +- .../configs/ssc335de_lite_uniview-c1l-2wn-g_defconfig | 2 +- .../configs/t20_ultimate_azarton-c1_defconfig | 2 +- .../configs/t21_lite_wansview-q5-1080p_defconfig | 2 +- .../configs/t31_lite_aoni-ep01j05_defconfig | 2 +- .../configs/t31_lite_chinamobile-hdc-51-a6-v11_defconfig | 2 +- .../configs/t31_lite_chinatelecom-y4h-50_defconfig | 2 +- .../configs/t31_lite_tuya-gv7630-t31-ptz_defconfig | 2 +- .../configs/t31_lite_vstarcam-cs55_defconfig | 2 +- .../configs/t31_lite_wansview-q5-2k_defconfig | 2 +- .../configs/t31_lite_xiaomi-mjsxj03hl_defconfig | 2 +- .../configs/t31_lite_xiaomi-mjsxj05hl_defconfig | 2 +- .../configs/t31_ultimate_azarton-c1-t31x_defconfig | 2 +- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/builder.sh b/builder.sh index bd53cfa..d856444 100755 --- a/builder.sh +++ b/builder.sh @@ -60,7 +60,7 @@ copy_to_tftp() { select_device() { AVAILABLE_DEVICES=$(ls -1 ${BUILDER_DIR}/devices | grep '_') - cmd="whiptail --title \"Available devices\" --menu \"Please select a device from the list below:\" 25 78 16" + cmd="whiptail --title \"Available devices\" --menu \"Please select a device from the list below:\" 20 70 12" for p in $AVAILABLE_DEVICES; do cmd="${cmd} \"$p\" \"\""; done DEVICE=$(eval "${cmd} 3>&1 1>&2 2>&3") if [ $? != 0 ]; then @@ -100,7 +100,7 @@ echo_c 33 "\nCopying device files" cp -afv ${BUILDER_DIR}/devices/${DEVICE}/* ${FIRMWARE_DIR} echo_c 33 "\nBuilding the device" -./building.sh ${DEVICE} +make BOARD=${DEVICE} all copy_to_archive # copy_to_tftp diff --git a/devices/gk7102ca_lite-umea-qc01x/br-ext-chip-goke/configs/gk7102ca_lite-umea-qc01x_defconfig b/devices/gk7102ca_lite-umea-qc01x/br-ext-chip-goke/configs/gk7102ca_lite-umea-qc01x_defconfig index 4bd8049..2b2f86a 100644 --- a/devices/gk7102ca_lite-umea-qc01x/br-ext-chip-goke/configs/gk7102ca_lite-umea-qc01x_defconfig +++ b/devices/gk7102ca_lite-umea-qc01x/br-ext-chip-goke/configs/gk7102ca_lite-umea-qc01x_defconfig @@ -28,7 +28,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/cronyx/gk710x-linux/archive/main.tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/gk710x/kernel/gk7102c.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/gk7102c.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/gk7102ca_lite-vstarcam-g8896wip/br-ext-chip-goke/configs/gk7102ca_lite-vstarcam-g8896wip_defconfig b/devices/gk7102ca_lite-vstarcam-g8896wip/br-ext-chip-goke/configs/gk7102ca_lite-vstarcam-g8896wip_defconfig index ea2398b..c60637c 100644 --- a/devices/gk7102ca_lite-vstarcam-g8896wip/br-ext-chip-goke/configs/gk7102ca_lite-vstarcam-g8896wip_defconfig +++ b/devices/gk7102ca_lite-vstarcam-g8896wip/br-ext-chip-goke/configs/gk7102ca_lite-vstarcam-g8896wip_defconfig @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y # BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/cronyx/gk710x-linux/archive/main.tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/gk710x/kernel/gk7102c.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/gk7102c.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/gk7205v200_lite_vixand-ipc-1/br-ext-chip-goke/configs/gk7205v200_lite_vixand-ipc-1_defconfig b/devices/gk7205v200_lite_vixand-ipc-1/br-ext-chip-goke/configs/gk7205v200_lite_vixand-ipc-1_defconfig index a351143..1c0474d 100644 --- a/devices/gk7205v200_lite_vixand-ipc-1/br-ext-chip-goke/configs/gk7205v200_lite_vixand-ipc-1_defconfig +++ b/devices/gk7205v200_lite_vixand-ipc-1/br-ext-chip-goke/configs/gk7205v200_lite_vixand-ipc-1_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/gk7205v200/kernel/gk7205v200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/gk7205v200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/gk7205v200_lite_vixand-iph-5-4g/br-ext-chip-goke/configs/gk7205v200_lite_vixand-iph-5-4g_defconfig b/devices/gk7205v200_lite_vixand-iph-5-4g/br-ext-chip-goke/configs/gk7205v200_lite_vixand-iph-5-4g_defconfig index fd21e56..75e0894 100644 --- a/devices/gk7205v200_lite_vixand-iph-5-4g/br-ext-chip-goke/configs/gk7205v200_lite_vixand-iph-5-4g_defconfig +++ b/devices/gk7205v200_lite_vixand-iph-5-4g/br-ext-chip-goke/configs/gk7205v200_lite_vixand-iph-5-4g_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/gk7205v200/kernel/gk7205v200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/gk7205v200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/hi3516cv200_lite_trassir-tr-d4121ir1-v2/br-ext-chip-hisilicon/configs/hi3516cv200_lite_trassir-tr-d4121ir1-v2_defconfig b/devices/hi3516cv200_lite_trassir-tr-d4121ir1-v2/br-ext-chip-hisilicon/configs/hi3516cv200_lite_trassir-tr-d4121ir1-v2_defconfig index 1801d81..e71a4ea 100644 --- a/devices/hi3516cv200_lite_trassir-tr-d4121ir1-v2/br-ext-chip-hisilicon/configs/hi3516cv200_lite_trassir-tr-d4121ir1-v2_defconfig +++ b/devices/hi3516cv200_lite_trassir-tr-d4121ir1-v2/br-ext-chip-hisilicon/configs/hi3516cv200_lite_trassir-tr-d4121ir1-v2_defconfig @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/hi3516cv200/kernel/hi3516cv200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/hi3516cv200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/hi3518ev200_lite_qtech-qvc-ipc-136w/br-ext-chip-hisilicon/configs/hi3518ev200_lite_qtech-qvc-ipc-136w_defconfig b/devices/hi3518ev200_lite_qtech-qvc-ipc-136w/br-ext-chip-hisilicon/configs/hi3518ev200_lite_qtech-qvc-ipc-136w_defconfig index 7437687..c88c6ec 100644 --- a/devices/hi3518ev200_lite_qtech-qvc-ipc-136w/br-ext-chip-hisilicon/configs/hi3518ev200_lite_qtech-qvc-ipc-136w_defconfig +++ b/devices/hi3518ev200_lite_qtech-qvc-ipc-136w/br-ext-chip-hisilicon/configs/hi3518ev200_lite_qtech-qvc-ipc-136w_defconfig @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/hi3516cv200/kernel/hi3518ev200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/hi3518ev200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/hi3518ev200_lite_smartwares-cip-37210/br-ext-chip-hisilicon/configs/hi3518ev200_lite_smartwares-cip-37210_defconfig b/devices/hi3518ev200_lite_smartwares-cip-37210/br-ext-chip-hisilicon/configs/hi3518ev200_lite_smartwares-cip-37210_defconfig index 2eda9ae..eee429c 100644 --- a/devices/hi3518ev200_lite_smartwares-cip-37210/br-ext-chip-hisilicon/configs/hi3518ev200_lite_smartwares-cip-37210_defconfig +++ b/devices/hi3518ev200_lite_smartwares-cip-37210/br-ext-chip-hisilicon/configs/hi3518ev200_lite_smartwares-cip-37210_defconfig @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/hi3516cv200/kernel/hi3518ev200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/hi3518ev200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/hi3518ev200_lite_switcam-hs303-v2/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303-v2_defconfig b/devices/hi3518ev200_lite_switcam-hs303-v2/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303-v2_defconfig index 0e16774..c5c485c 100644 --- a/devices/hi3518ev200_lite_switcam-hs303-v2/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303-v2_defconfig +++ b/devices/hi3518ev200_lite_switcam-hs303-v2/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303-v2_defconfig @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/hi3516cv200/kernel/hi3518ev200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/hi3518ev200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/hi3518ev200_lite_switcam-hs303/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303_defconfig b/devices/hi3518ev200_lite_switcam-hs303/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303_defconfig index ca0e03e..7f8c3f2 100644 --- a/devices/hi3518ev200_lite_switcam-hs303/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303_defconfig +++ b/devices/hi3518ev200_lite_switcam-hs303/br-ext-chip-hisilicon/configs/hi3518ev200_lite_switcam-hs303_defconfig @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/hi3516cv200/kernel/hi3518ev200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/hi3518ev200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/hi3518ev200_lite_vstarcam-c8892wip/br-ext-chip-hisilicon/configs/hi3518ev200_lite_vstarcam-c8892wip_defconfig b/devices/hi3518ev200_lite_vstarcam-c8892wip/br-ext-chip-hisilicon/configs/hi3518ev200_lite_vstarcam-c8892wip_defconfig index 1dfad57..4c13a9f 100644 --- a/devices/hi3518ev200_lite_vstarcam-c8892wip/br-ext-chip-hisilicon/configs/hi3518ev200_lite_vstarcam-c8892wip_defconfig +++ b/devices/hi3518ev200_lite_vstarcam-c8892wip/br-ext-chip-hisilicon/configs/hi3518ev200_lite_vstarcam-c8892wip_defconfig @@ -25,7 +25,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/hi3516cv200/kernel/hi3518ev200.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/hi3518ev200.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/hi3518ev300_lite_xiaomi-mjsxj02hl/br-ext-chip-hisilicon/configs/hi3518ev300_lite_xiaomi-mjsxj02hl_defconfig b/devices/hi3518ev300_lite_xiaomi-mjsxj02hl/br-ext-chip-hisilicon/configs/hi3518ev300_lite_xiaomi-mjsxj02hl_defconfig index 6ea90b7..cd476b5 100644 --- a/devices/hi3518ev300_lite_xiaomi-mjsxj02hl/br-ext-chip-hisilicon/configs/hi3518ev300_lite_xiaomi-mjsxj02hl_defconfig +++ b/devices/hi3518ev300_lite_xiaomi-mjsxj02hl/br-ext-chip-hisilicon/configs/hi3518ev300_lite_xiaomi-mjsxj02hl_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/hi3516ev200/kernel/hi3518ev300.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/hi3518ev300.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc30kd_lite_chinatelecom-ds-ytj5301/br-ext-chip-sigmastar/configs/ssc30kd_lite_chinatelecom-ds-ytj5301_defconfig b/devices/ssc30kd_lite_chinatelecom-ds-ytj5301/br-ext-chip-sigmastar/configs/ssc30kd_lite_chinatelecom-ds-ytj5301_defconfig index 4ce7b47..39122c7 100644 --- a/devices/ssc30kd_lite_chinatelecom-ds-ytj5301/br-ext-chip-sigmastar/configs/ssc30kd_lite_chinatelecom-ds-ytj5301_defconfig +++ b/devices/ssc30kd_lite_chinatelecom-ds-ytj5301/br-ext-chip-sigmastar/configs/ssc30kd_lite_chinatelecom-ds-ytj5301_defconfig @@ -23,7 +23,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6e/kernel/infinity6e-ssc012b.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6e-ssc012b.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc325_lite_imilab-ec3-cmsxj25a/br-ext-chip-sigmastar/configs/ssc325_lite_imilab-ec3-cmsxj25a_defconfig b/devices/ssc325_lite_imilab-ec3-cmsxj25a/br-ext-chip-sigmastar/configs/ssc325_lite_imilab-ec3-cmsxj25a_defconfig index fa2c2c3..dd807dc 100644 --- a/devices/ssc325_lite_imilab-ec3-cmsxj25a/br-ext-chip-sigmastar/configs/ssc325_lite_imilab-ec3-cmsxj25a_defconfig +++ b/devices/ssc325_lite_imilab-ec3-cmsxj25a/br-ext-chip-sigmastar/configs/ssc325_lite_imilab-ec3-cmsxj25a_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6/kernel/infinity6-ssc009a.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6-ssc009a.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc325de_lite_imou-c22ep-s2/br-ext-chip-sigmastar/configs/ssc325de_lite_imou-c22ep-s2_defconfig b/devices/ssc325de_lite_imou-c22ep-s2/br-ext-chip-sigmastar/configs/ssc325de_lite_imou-c22ep-s2_defconfig index ef8fd00..ee74d44 100644 --- a/devices/ssc325de_lite_imou-c22ep-s2/br-ext-chip-sigmastar/configs/ssc325de_lite_imou-c22ep-s2_defconfig +++ b/devices/ssc325de_lite_imou-c22ep-s2/br-ext-chip-sigmastar/configs/ssc325de_lite_imou-c22ep-s2_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6/kernel/infinity6-ssc009b.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6-ssc009b.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc333_lite_meari-speed-6s/br-ext-chip-sigmastar/configs/ssc333_lite_meari-speed-6s_defconfig b/devices/ssc333_lite_meari-speed-6s/br-ext-chip-sigmastar/configs/ssc333_lite_meari-speed-6s_defconfig index 2071550..5f12b5c 100644 --- a/devices/ssc333_lite_meari-speed-6s/br-ext-chip-sigmastar/configs/ssc333_lite_meari-speed-6s_defconfig +++ b/devices/ssc333_lite_meari-speed-6s/br-ext-chip-sigmastar/configs/ssc333_lite_meari-speed-6s_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6b0/kernel/infinity6b0-ssc009a.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6b0-ssc009a.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc333_lite_tp-link-tapo-c110-v2/br-ext-chip-sigmastar/configs/ssc333_lite_tp-link-tapo-c110-v2_defconfig b/devices/ssc333_lite_tp-link-tapo-c110-v2/br-ext-chip-sigmastar/configs/ssc333_lite_tp-link-tapo-c110-v2_defconfig index 127621d..3587d6e 100644 --- a/devices/ssc333_lite_tp-link-tapo-c110-v2/br-ext-chip-sigmastar/configs/ssc333_lite_tp-link-tapo-c110-v2_defconfig +++ b/devices/ssc333_lite_tp-link-tapo-c110-v2/br-ext-chip-sigmastar/configs/ssc333_lite_tp-link-tapo-c110-v2_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6b0/kernel/infinity6b0-ssc009a.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6b0-ssc009a.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc335_lite_tp-link-tapo-c110-v1/br-ext-chip-sigmastar/configs/ssc335_lite_tp-link-tapo-c110-v1_defconfig b/devices/ssc335_lite_tp-link-tapo-c110-v1/br-ext-chip-sigmastar/configs/ssc335_lite_tp-link-tapo-c110-v1_defconfig index dd1a3ed..cb4a246 100644 --- a/devices/ssc335_lite_tp-link-tapo-c110-v1/br-ext-chip-sigmastar/configs/ssc335_lite_tp-link-tapo-c110-v1_defconfig +++ b/devices/ssc335_lite_tp-link-tapo-c110-v1/br-ext-chip-sigmastar/configs/ssc335_lite_tp-link-tapo-c110-v1_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6b0/kernel/infinity6b0-ssc009a.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6b0-ssc009a.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc335_lite_trassir-tr-w2c1-v2/br-ext-chip-sigmastar/configs/ssc335_lite_trassir-tr-w2c1-v2_defconfig b/devices/ssc335_lite_trassir-tr-w2c1-v2/br-ext-chip-sigmastar/configs/ssc335_lite_trassir-tr-w2c1-v2_defconfig index 2f4bb09..e13f370 100644 --- a/devices/ssc335_lite_trassir-tr-w2c1-v2/br-ext-chip-sigmastar/configs/ssc335_lite_trassir-tr-w2c1-v2_defconfig +++ b/devices/ssc335_lite_trassir-tr-w2c1-v2/br-ext-chip-sigmastar/configs/ssc335_lite_trassir-tr-w2c1-v2_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6b0/kernel/infinity6b0-ssc009a.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6b0-ssc009a.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/ssc335de_lite_uniview-c1l-2wn-g/br-ext-chip-sigmastar/configs/ssc335de_lite_uniview-c1l-2wn-g_defconfig b/devices/ssc335de_lite_uniview-c1l-2wn-g/br-ext-chip-sigmastar/configs/ssc335de_lite_uniview-c1l-2wn-g_defconfig index a36920d..ec5a071 100644 --- a/devices/ssc335de_lite_uniview-c1l-2wn-g/br-ext-chip-sigmastar/configs/ssc335de_lite_uniview-c1l-2wn-g_defconfig +++ b/devices/ssc335de_lite_uniview-c1l-2wn-g/br-ext-chip-sigmastar/configs/ssc335de_lite_uniview-c1l-2wn-g_defconfig @@ -26,7 +26,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6b0/kernel/infinity6b0-ssc009b.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/infinity6b0-ssc009b.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_XZ=y diff --git a/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig b/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig index c107e86..3ae8f95 100644 --- a/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig +++ b/devices/t20_ultimate_azarton-c1/br-ext-chip-ingenic/configs/t20_ultimate_azarton-c1_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_SOC_VENDOR)-t31.tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t20/kernel/t20.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t20.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig b/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig index b915721..1e06e83 100644 --- a/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig +++ b/devices/t21_lite_wansview-q5-1080p/br-ext-chip-ingenic/configs/t21_lite_wansview-q5-1080p_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_SOC_VENDOR)-t31.tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t21/kernel/t21.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t21.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_aoni-ep01j05/br-ext-chip-ingenic/configs/t31_lite_aoni-ep01j05_defconfig b/devices/t31_lite_aoni-ep01j05/br-ext-chip-ingenic/configs/t31_lite_aoni-ep01j05_defconfig index 9f58a53..c62e98e 100644 --- a/devices/t31_lite_aoni-ep01j05/br-ext-chip-ingenic/configs/t31_lite_aoni-ep01j05_defconfig +++ b/devices/t31_lite_aoni-ep01j05/br-ext-chip-ingenic/configs/t31_lite_aoni-ep01j05_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_chinamobile-hdc-51-a6-v11/br-ext-chip-ingenic/configs/t31_lite_chinamobile-hdc-51-a6-v11_defconfig b/devices/t31_lite_chinamobile-hdc-51-a6-v11/br-ext-chip-ingenic/configs/t31_lite_chinamobile-hdc-51-a6-v11_defconfig index bf8497c..127c007 100644 --- a/devices/t31_lite_chinamobile-hdc-51-a6-v11/br-ext-chip-ingenic/configs/t31_lite_chinamobile-hdc-51-a6-v11_defconfig +++ b/devices/t31_lite_chinamobile-hdc-51-a6-v11/br-ext-chip-ingenic/configs/t31_lite_chinamobile-hdc-51-a6-v11_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_chinatelecom-y4h-50/br-ext-chip-ingenic/configs/t31_lite_chinatelecom-y4h-50_defconfig b/devices/t31_lite_chinatelecom-y4h-50/br-ext-chip-ingenic/configs/t31_lite_chinatelecom-y4h-50_defconfig index 4ccf99d..61e7fe3 100644 --- a/devices/t31_lite_chinatelecom-y4h-50/br-ext-chip-ingenic/configs/t31_lite_chinatelecom-y4h-50_defconfig +++ b/devices/t31_lite_chinatelecom-y4h-50/br-ext-chip-ingenic/configs/t31_lite_chinatelecom-y4h-50_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_tuya-gv7630-t31-ptz/br-ext-chip-ingenic/configs/t31_lite_tuya-gv7630-t31-ptz_defconfig b/devices/t31_lite_tuya-gv7630-t31-ptz/br-ext-chip-ingenic/configs/t31_lite_tuya-gv7630-t31-ptz_defconfig index 37ed424..84cca81 100644 --- a/devices/t31_lite_tuya-gv7630-t31-ptz/br-ext-chip-ingenic/configs/t31_lite_tuya-gv7630-t31-ptz_defconfig +++ b/devices/t31_lite_tuya-gv7630-t31-ptz/br-ext-chip-ingenic/configs/t31_lite_tuya-gv7630-t31-ptz_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_vstarcam-cs55/br-ext-chip-ingenic/configs/t31_lite_vstarcam-cs55_defconfig b/devices/t31_lite_vstarcam-cs55/br-ext-chip-ingenic/configs/t31_lite_vstarcam-cs55_defconfig index ae00793..b3e08f6 100644 --- a/devices/t31_lite_vstarcam-cs55/br-ext-chip-ingenic/configs/t31_lite_vstarcam-cs55_defconfig +++ b/devices/t31_lite_vstarcam-cs55/br-ext-chip-ingenic/configs/t31_lite_vstarcam-cs55_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_wansview-q5-2k/br-ext-chip-ingenic/configs/t31_lite_wansview-q5-2k_defconfig b/devices/t31_lite_wansview-q5-2k/br-ext-chip-ingenic/configs/t31_lite_wansview-q5-2k_defconfig index 021c301..40db435 100644 --- a/devices/t31_lite_wansview-q5-2k/br-ext-chip-ingenic/configs/t31_lite_wansview-q5-2k_defconfig +++ b/devices/t31_lite_wansview-q5-2k/br-ext-chip-ingenic/configs/t31_lite_wansview-q5-2k_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_xiaomi-mjsxj03hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj03hl_defconfig b/devices/t31_lite_xiaomi-mjsxj03hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj03hl_defconfig index 2969eec..7a3c29c 100644 --- a/devices/t31_lite_xiaomi-mjsxj03hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj03hl_defconfig +++ b/devices/t31_lite_xiaomi-mjsxj03hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj03hl_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_lite_xiaomi-mjsxj05hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj05hl_defconfig b/devices/t31_lite_xiaomi-mjsxj05hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj05hl_defconfig index 0046d44..7040c9f 100644 --- a/devices/t31_lite_xiaomi-mjsxj05hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj05hl_defconfig +++ b/devices/t31_lite_xiaomi-mjsxj05hl/br-ext-chip-ingenic/configs/t31_lite_xiaomi-mjsxj05hl_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y diff --git a/devices/t31_ultimate_azarton-c1-t31x/br-ext-chip-ingenic/configs/t31_ultimate_azarton-c1-t31x_defconfig b/devices/t31_ultimate_azarton-c1-t31x/br-ext-chip-ingenic/configs/t31_ultimate_azarton-c1-t31x_defconfig index ee855a0..fe1160b 100644 --- a/devices/t31_ultimate_azarton-c1-t31x/br-ext-chip-ingenic/configs/t31_ultimate_azarton-c1-t31x_defconfig +++ b/devices/t31_ultimate_azarton-c1-t31x/br-ext-chip-ingenic/configs/t31_ultimate_azarton-c1-t31x_defconfig @@ -29,7 +29,7 @@ BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y -BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/t31/kernel/t31.generic.config" +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/$(OPENIPC_SOC_FAMILY)/kernel/t31.generic.config" BR2_LINUX_KERNEL_UIMAGE=y BR2_LINUX_KERNEL_LZMA=y