From 4f91d543955778bcec39b7bb6c33b9195095bd28 Mon Sep 17 00:00:00 2001 From: "Igor Zalatov (from Citadel PC)" Date: Sat, 2 Oct 2021 22:00:46 +0300 Subject: [PATCH] Add motor package --- br-ext-chip-fullhan/Config.in | 1 + br-ext-chip-fullhan/external.mk | 1 + br-ext-chip-fullhan/package/motors | 1 + br-ext-chip-goke/Config.in | 1 + .../configs/unknown_unknown_gk7202v300_openipc_defconfig | 2 ++ .../configs/unknown_unknown_gk7205v200_openipc_defconfig | 1 + .../configs/unknown_unknown_gk7205v300_openipc_defconfig | 1 + .../configs/unknown_unknown_gk7605v100_openipc_defconfig | 1 + br-ext-chip-goke/external.mk | 1 + br-ext-chip-goke/package/motors | 1 + br-ext-chip-hisilicon/Config.in | 1 + .../configs/unknown_unknown_hi3516av300_openipc_defconfig | 1 + .../configs/unknown_unknown_hi3516cv500_openipc_defconfig | 1 + .../configs/unknown_unknown_hi3516dv300_openipc_defconfig | 1 + .../configs/unknown_unknown_hi3516ev200_dozor_defconfig | 1 + .../configs/unknown_unknown_hi3516ev200_openipc_defconfig | 1 + .../configs/unknown_unknown_hi3516ev200_vixand_defconfig | 1 + .../configs/unknown_unknown_hi3516ev300_glibc_defconfig | 1 + .../configs/unknown_unknown_hi3516ev300_openipc_defconfig | 1 + .../configs/unknown_unknown_hi3516ev300_tehshield_defconfig | 1 + .../configs/unknown_unknown_hi3518ev300_openipc_defconfig | 1 + br-ext-chip-hisilicon/external.mk | 1 + br-ext-chip-hisilicon/package/motors | 1 + br-ext-chip-ingenic/Config.in | 1 + br-ext-chip-ingenic/external.mk | 1 + br-ext-chip-ingenic/package/motors | 1 + br-ext-chip-novatek/Config.in | 1 + br-ext-chip-novatek/external.mk | 1 + br-ext-chip-novatek/package/motors | 1 + br-ext-chip-sigmastar/Config.in | 1 + .../configs/unknown_unknown_ssc325_openipc_defconfig | 1 + .../configs/unknown_unknown_ssc333_openipc_defconfig | 1 + .../configs/unknown_unknown_ssc335_blackbird_defconfig | 1 + .../configs/unknown_unknown_ssc335_musl_defconfig | 1 + .../configs/unknown_unknown_ssc335_openipc_defconfig | 1 + .../configs/unknown_unknown_ssc335_portal_defconfig | 1 + .../configs/unknown_unknown_ssc335_rotek_defconfig | 1 + .../configs/unknown_unknown_ssc335de_openipc_defconfig | 1 + .../configs/unknown_unknown_ssc337_kama_defconfig | 1 + .../configs/unknown_unknown_ssc337_openipc_defconfig | 1 + .../configs/unknown_unknown_ssc337de_openipc_defconfig | 1 + br-ext-chip-sigmastar/external.mk | 1 + br-ext-chip-sigmastar/package/motors | 1 + br-ext-chip-xiongmai/Config.in | 1 + .../configs/unknown_unknown_xm530_openipc_defconfig | 1 + .../configs/unknown_unknown_xm550_openipc_defconfig | 1 + br-ext-chip-xiongmai/external.mk | 1 + br-ext-chip-xiongmai/package/motors | 1 + 48 files changed, 49 insertions(+) create mode 120000 br-ext-chip-fullhan/package/motors create mode 120000 br-ext-chip-goke/package/motors create mode 120000 br-ext-chip-hisilicon/package/motors create mode 120000 br-ext-chip-ingenic/package/motors create mode 120000 br-ext-chip-novatek/package/motors create mode 120000 br-ext-chip-sigmastar/package/motors create mode 120000 br-ext-chip-xiongmai/package/motors diff --git a/br-ext-chip-fullhan/Config.in b/br-ext-chip-fullhan/Config.in index 1428fc5a..6b62f72b 100644 --- a/br-ext-chip-fullhan/Config.in +++ b/br-ext-chip-fullhan/Config.in @@ -12,6 +12,7 @@ source "$BR2_EXTERNAL_FULLHAN_PATH/package/libogg-openipc/Config.in" source "$BR2_EXTERNAL_FULLHAN_PATH/package/libsrt-openipc/Config.in" source "$BR2_EXTERNAL_FULLHAN_PATH/package/majestic/Config.in" source "$BR2_EXTERNAL_FULLHAN_PATH/package/mbedtls-openipc/Config.in" +source "$BR2_EXTERNAL_FULLHAN_PATH/package/motors/Config.in" source "$BR2_EXTERNAL_FULLHAN_PATH/package/node-exporter/Config.in" source "$BR2_EXTERNAL_FULLHAN_PATH/package/opus-openipc/Config.in" source "$BR2_EXTERNAL_FULLHAN_PATH/package/uacme-openipc/Config.in" diff --git a/br-ext-chip-fullhan/external.mk b/br-ext-chip-fullhan/external.mk index 17fc1119..e602488e 100644 --- a/br-ext-chip-fullhan/external.mk +++ b/br-ext-chip-fullhan/external.mk @@ -12,6 +12,7 @@ include $(BR2_EXTERNAL_FULLHAN_PATH)/package/libogg-openipc/libogg-openipc.mk include $(BR2_EXTERNAL_FULLHAN_PATH)/package/libsrt-openipc/libsrt-openipc.mk include $(BR2_EXTERNAL_FULLHAN_PATH)/package/majestic/majestic.mk include $(BR2_EXTERNAL_FULLHAN_PATH)/package/mbedtls-openipc/mbedtls-openipc.mk +include $(BR2_EXTERNAL_FULLHAN_PATH)/package/motors/motors.mk include $(BR2_EXTERNAL_FULLHAN_PATH)/package/node-exporter/node-exporter.mk include $(BR2_EXTERNAL_FULLHAN_PATH)/package/opus-openipc/opus-openipc.mk include $(BR2_EXTERNAL_FULLHAN_PATH)/package/uacme-openipc/uacme-openipc.mk diff --git a/br-ext-chip-fullhan/package/motors b/br-ext-chip-fullhan/package/motors new file mode 120000 index 00000000..0a542919 --- /dev/null +++ b/br-ext-chip-fullhan/package/motors @@ -0,0 +1 @@ +../../general/package/motors \ No newline at end of file diff --git a/br-ext-chip-goke/Config.in b/br-ext-chip-goke/Config.in index aea87a37..5c84ef80 100644 --- a/br-ext-chip-goke/Config.in +++ b/br-ext-chip-goke/Config.in @@ -13,6 +13,7 @@ source "$BR2_EXTERNAL_GOKE_PATH/package/libogg-openipc/Config.in" source "$BR2_EXTERNAL_GOKE_PATH/package/libsrt-openipc/Config.in" source "$BR2_EXTERNAL_GOKE_PATH/package/majestic-gk7205v200/Config.in" source "$BR2_EXTERNAL_GOKE_PATH/package/mbedtls-openipc/Config.in" +source "$BR2_EXTERNAL_GOKE_PATH/package/motors/Config.in" source "$BR2_EXTERNAL_GOKE_PATH/package/node-exporter/Config.in" source "$BR2_EXTERNAL_GOKE_PATH/package/opus-openipc/Config.in" source "$BR2_EXTERNAL_GOKE_PATH/package/uacme-openipc/Config.in" diff --git a/br-ext-chip-goke/configs/unknown_unknown_gk7202v300_openipc_defconfig b/br-ext-chip-goke/configs/unknown_unknown_gk7202v300_openipc_defconfig index 5b8745cc..abce8599 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7202v300_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7202v300_openipc_defconfig @@ -69,9 +69,11 @@ BR2_PACKAGE_LIBOGG_OPENIPC=y BR2_PACKAGE_LIBYAML=y BR2_PACKAGE_MAJESTIC_GK7205V200=y BR2_PACKAGE_MBEDTLS_OPENIPC=y +BR2_PACKAGE_MOTORS=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-goke/configs/unknown_unknown_gk7205v200_openipc_defconfig b/br-ext-chip-goke/configs/unknown_unknown_gk7205v200_openipc_defconfig index 6dad6933..898d5437 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7205v200_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7205v200_openipc_defconfig @@ -72,6 +72,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-goke/configs/unknown_unknown_gk7205v300_openipc_defconfig b/br-ext-chip-goke/configs/unknown_unknown_gk7205v300_openipc_defconfig index f96b47a0..b40009ff 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7205v300_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7205v300_openipc_defconfig @@ -72,6 +72,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-goke/configs/unknown_unknown_gk7605v100_openipc_defconfig b/br-ext-chip-goke/configs/unknown_unknown_gk7605v100_openipc_defconfig index e9ea56d5..fd620609 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7605v100_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7605v100_openipc_defconfig @@ -72,6 +72,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-goke/external.mk b/br-ext-chip-goke/external.mk index 381f9fce..21006365 100644 --- a/br-ext-chip-goke/external.mk +++ b/br-ext-chip-goke/external.mk @@ -13,6 +13,7 @@ include $(BR2_EXTERNAL_GOKE_PATH)/package/libogg-openipc/libogg-openipc.mk include $(BR2_EXTERNAL_GOKE_PATH)/package/libsrt-openipc/libsrt-openipc.mk include $(BR2_EXTERNAL_GOKE_PATH)/package/majestic-gk7205v200/majestic-gk7205v200.mk include $(BR2_EXTERNAL_GOKE_PATH)/package/mbedtls-openipc/mbedtls-openipc.mk +include $(BR2_EXTERNAL_GOKE_PATH)/package/motors/motors.mk include $(BR2_EXTERNAL_GOKE_PATH)/package/node-exporter/node-exporter.mk include $(BR2_EXTERNAL_GOKE_PATH)/package/opus-openipc/opus-openipc.mk include $(BR2_EXTERNAL_GOKE_PATH)/package/uacme-openipc/uacme-openipc.mk diff --git a/br-ext-chip-goke/package/motors b/br-ext-chip-goke/package/motors new file mode 120000 index 00000000..0a542919 --- /dev/null +++ b/br-ext-chip-goke/package/motors @@ -0,0 +1 @@ +../../general/package/motors \ No newline at end of file diff --git a/br-ext-chip-hisilicon/Config.in b/br-ext-chip-hisilicon/Config.in index 9c1106b9..0a2b53bd 100644 --- a/br-ext-chip-hisilicon/Config.in +++ b/br-ext-chip-hisilicon/Config.in @@ -17,6 +17,7 @@ source "$BR2_EXTERNAL_HISILICON_PATH/package/libsrt-openipc/Config.in" source "$BR2_EXTERNAL_HISILICON_PATH/package/majestic-hi3516cv500/Config.in" source "$BR2_EXTERNAL_HISILICON_PATH/package/majestic-hi3516ev300/Config.in" source "$BR2_EXTERNAL_HISILICON_PATH/package/mbedtls-openipc/Config.in" +source "$BR2_EXTERNAL_HISILICON_PATH/package/motors/Config.in" source "$BR2_EXTERNAL_HISILICON_PATH/package/node-exporter/Config.in" source "$BR2_EXTERNAL_HISILICON_PATH/package/opus-openipc/Config.in" source "$BR2_EXTERNAL_HISILICON_PATH/package/uacme-openipc/Config.in" diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av300_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av300_openipc_defconfig index 3c8aca42..af8aab2b 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av300_openipc_defconfig @@ -72,6 +72,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv500_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv500_openipc_defconfig index c65e0126..c22697aa 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv500_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv500_openipc_defconfig @@ -72,6 +72,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv300_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv300_openipc_defconfig index 2f9a488b..ddebe0de 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv300_openipc_defconfig @@ -72,6 +72,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_dozor_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_dozor_defconfig index bae7168d..8232862c 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_dozor_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_dozor_defconfig @@ -73,6 +73,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_openipc_defconfig index bae7168d..8232862c 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_openipc_defconfig @@ -73,6 +73,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_vixand_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_vixand_defconfig index 32ca38eb..c0462a40 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_vixand_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_vixand_defconfig @@ -73,6 +73,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_glibc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_glibc_defconfig index 52797b20..8d8960cb 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_glibc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_glibc_defconfig @@ -76,6 +76,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_openipc_defconfig index 01453dd7..2662ee3c 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_openipc_defconfig @@ -73,6 +73,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_tehshield_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_tehshield_defconfig index 8aeaf1bf..a62b669e 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_tehshield_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_tehshield_defconfig @@ -73,6 +73,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev300_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev300_openipc_defconfig index ddea57aa..446ae2e1 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev300_openipc_defconfig @@ -73,6 +73,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-hisilicon/external.mk b/br-ext-chip-hisilicon/external.mk index a925b775..3d70b222 100644 --- a/br-ext-chip-hisilicon/external.mk +++ b/br-ext-chip-hisilicon/external.mk @@ -17,6 +17,7 @@ include $(BR2_EXTERNAL_HISILICON_PATH)/package/libsrt-openipc/libsrt-openipc.mk include $(BR2_EXTERNAL_HISILICON_PATH)/package/majestic-hi3516cv500/majestic-hi3516cv500.mk include $(BR2_EXTERNAL_HISILICON_PATH)/package/majestic-hi3516ev300/majestic-hi3516ev300.mk include $(BR2_EXTERNAL_HISILICON_PATH)/package/mbedtls-openipc/mbedtls-openipc.mk +include $(BR2_EXTERNAL_HISILICON_PATH)/package/motors/motors.mk include $(BR2_EXTERNAL_HISILICON_PATH)/package/node-exporter/node-exporter.mk include $(BR2_EXTERNAL_HISILICON_PATH)/package/opus-openipc/opus-openipc.mk include $(BR2_EXTERNAL_HISILICON_PATH)/package/uacme-openipc/uacme-openipc.mk diff --git a/br-ext-chip-hisilicon/package/motors b/br-ext-chip-hisilicon/package/motors new file mode 120000 index 00000000..0a542919 --- /dev/null +++ b/br-ext-chip-hisilicon/package/motors @@ -0,0 +1 @@ +../../general/package/motors \ No newline at end of file diff --git a/br-ext-chip-ingenic/Config.in b/br-ext-chip-ingenic/Config.in index 2360d35d..e3950fe5 100644 --- a/br-ext-chip-ingenic/Config.in +++ b/br-ext-chip-ingenic/Config.in @@ -12,6 +12,7 @@ source "$BR2_EXTERNAL_INGENIC_PATH/package/libogg-openipc/Config.in" source "$BR2_EXTERNAL_INGENIC_PATH/package/libsrt-openipc/Config.in" source "$BR2_EXTERNAL_INGENIC_PATH/package/majestic/Config.in" source "$BR2_EXTERNAL_INGENIC_PATH/package/mbedtls-openipc/Config.in" +source "$BR2_EXTERNAL_INGENIC_PATH/package/motors/Config.in" source "$BR2_EXTERNAL_INGENIC_PATH/package/node-exporter/Config.in" source "$BR2_EXTERNAL_INGENIC_PATH/package/opus-openipc/Config.in" source "$BR2_EXTERNAL_INGENIC_PATH/package/uacme-openipc/Config.in" diff --git a/br-ext-chip-ingenic/external.mk b/br-ext-chip-ingenic/external.mk index 4268e999..c58dc524 100644 --- a/br-ext-chip-ingenic/external.mk +++ b/br-ext-chip-ingenic/external.mk @@ -12,6 +12,7 @@ include $(BR2_EXTERNAL_INGENIC_PATH)/package/libogg-openipc/libogg-openipc.mk include $(BR2_EXTERNAL_INGENIC_PATH)/package/libsrt-openipc/libsrt-openipc.mk include $(BR2_EXTERNAL_INGENIC_PATH)/package/majestic/majestic.mk include $(BR2_EXTERNAL_INGENIC_PATH)/package/mbedtls-openipc/mbedtls-openipc.mk +include $(BR2_EXTERNAL_INGENIC_PATH)/package/motors/motors.mk include $(BR2_EXTERNAL_INGENIC_PATH)/package/node-exporter/node-exporter.mk include $(BR2_EXTERNAL_INGENIC_PATH)/package/opus-openipc/opus-openipc.mk include $(BR2_EXTERNAL_INGENIC_PATH)/package/uacme-openipc/uacme-openipc.mk diff --git a/br-ext-chip-ingenic/package/motors b/br-ext-chip-ingenic/package/motors new file mode 120000 index 00000000..0a542919 --- /dev/null +++ b/br-ext-chip-ingenic/package/motors @@ -0,0 +1 @@ +../../general/package/motors \ No newline at end of file diff --git a/br-ext-chip-novatek/Config.in b/br-ext-chip-novatek/Config.in index 7b9d7a37..e653f0b9 100644 --- a/br-ext-chip-novatek/Config.in +++ b/br-ext-chip-novatek/Config.in @@ -12,6 +12,7 @@ source "$BR2_EXTERNAL_NOVATEK_PATH/package/libogg-openipc/Config.in" source "$BR2_EXTERNAL_NOVATEK_PATH/package/libsrt-openipc/Config.in" source "$BR2_EXTERNAL_NOVATEK_PATH/package/majestic/Config.in" source "$BR2_EXTERNAL_NOVATEK_PATH/package/mbedtls-openipc/Config.in" +source "$BR2_EXTERNAL_NOVATEK_PATH/package/motors/Config.in" source "$BR2_EXTERNAL_NOVATEK_PATH/package/node-exporter/Config.in" source "$BR2_EXTERNAL_NOVATEK_PATH/package/opus-openipc/Config.in" source "$BR2_EXTERNAL_NOVATEK_PATH/package/uacme-openipc/Config.in" diff --git a/br-ext-chip-novatek/external.mk b/br-ext-chip-novatek/external.mk index 130bef13..3102d015 100644 --- a/br-ext-chip-novatek/external.mk +++ b/br-ext-chip-novatek/external.mk @@ -12,6 +12,7 @@ include $(BR2_EXTERNAL_NOVATEK_PATH)/package/libogg-openipc/libogg-openipc.mk include $(BR2_EXTERNAL_NOVATEK_PATH)/package/libsrt-openipc/libsrt-openipc.mk include $(BR2_EXTERNAL_NOVATEK_PATH)/package/majestic/majestic.mk include $(BR2_EXTERNAL_NOVATEK_PATH)/package/mbedtls-openipc/mbedtls-openipc.mk +include $(BR2_EXTERNAL_NOVATEK_PATH)/package/motors/motors.mk include $(BR2_EXTERNAL_NOVATEK_PATH)/package/node-exporter/node-exporter.mk include $(BR2_EXTERNAL_NOVATEK_PATH)/package/opus-openipc/opus-openipc.mk include $(BR2_EXTERNAL_NOVATEK_PATH)/package/uacme-openipc/uacme-openipc.mk diff --git a/br-ext-chip-novatek/package/motors b/br-ext-chip-novatek/package/motors new file mode 120000 index 00000000..0a542919 --- /dev/null +++ b/br-ext-chip-novatek/package/motors @@ -0,0 +1 @@ +../../general/package/motors \ No newline at end of file diff --git a/br-ext-chip-sigmastar/Config.in b/br-ext-chip-sigmastar/Config.in index 5de498ca..0970e205 100644 --- a/br-ext-chip-sigmastar/Config.in +++ b/br-ext-chip-sigmastar/Config.in @@ -13,6 +13,7 @@ source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/libogg-openipc/Config.in" source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/libsrt-openipc/Config.in" source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/majestic-ssc335/Config.in" source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/mbedtls-openipc/Config.in" +source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/motors/Config.in" source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/node-exporter/Config.in" source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/opus-openipc/Config.in" source "$BR2_EXTERNAL_SIGMASTAR_PATH/package/sigmastar-osdrv-ssc335/Config.in" diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc325_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc325_openipc_defconfig index cbbdab71..4d96b60a 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc325_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc325_openipc_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc333_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc333_openipc_defconfig index 94bd59fb..eac76017 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc333_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc333_openipc_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_blackbird_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_blackbird_defconfig index 83b1cbb6..e45436fa 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_blackbird_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_blackbird_defconfig @@ -59,6 +59,7 @@ BR2_PACKAGE_JSON_C=y # BR2_PACKAGE_LIBYAML is not set # BR2_PACKAGE_MAJESTIC_SSC335 is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y BR2_PACKAGE_VTUND_OPENIPC=y # BR2_PACKAGE_YAML_CLI is not set diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_musl_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_musl_defconfig index 689719e1..8128f717 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_musl_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_musl_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_openipc_defconfig index d4251686..6a0ada99 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_openipc_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_portal_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_portal_defconfig index 4e15c7b1..9138ed80 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_portal_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_portal_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_rotek_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_rotek_defconfig index a28054cc..21c0fb47 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_rotek_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_rotek_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335de_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335de_openipc_defconfig index cf87c19b..9b5d37a2 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335de_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335de_openipc_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_kama_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_kama_defconfig index 4df945bd..610d4a50 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_kama_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_kama_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_openipc_defconfig index a900025c..c09ea3d2 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_openipc_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337de_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337de_openipc_defconfig index f2a87f99..08f03224 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337de_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337de_openipc_defconfig @@ -71,6 +71,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y BR2_PACKAGE_SIGMASTAR_OSDRV_SSC335=y diff --git a/br-ext-chip-sigmastar/external.mk b/br-ext-chip-sigmastar/external.mk index a836b85a..ef833b8d 100644 --- a/br-ext-chip-sigmastar/external.mk +++ b/br-ext-chip-sigmastar/external.mk @@ -13,6 +13,7 @@ include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/libogg-openipc/libogg-openipc.mk include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/libsrt-openipc/libsrt-openipc.mk include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/majestic-ssc335/majestic-ssc335.mk include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/mbedtls-openipc/mbedtls-openipc.mk +include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/motors/mbedtls-openipc.mk include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/node-exporter/node-exporter.mk include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/opus-openipc/opus-openipc.mk include $(BR2_EXTERNAL_SIGMASTAR_PATH)/package/sigmastar-osdrv-ssc335/sigmastar-osdrv-ssc335.mk diff --git a/br-ext-chip-sigmastar/package/motors b/br-ext-chip-sigmastar/package/motors new file mode 120000 index 00000000..0a542919 --- /dev/null +++ b/br-ext-chip-sigmastar/package/motors @@ -0,0 +1 @@ +../../general/package/motors \ No newline at end of file diff --git a/br-ext-chip-xiongmai/Config.in b/br-ext-chip-xiongmai/Config.in index 63cc8f2e..5bd1ba3c 100644 --- a/br-ext-chip-xiongmai/Config.in +++ b/br-ext-chip-xiongmai/Config.in @@ -14,6 +14,7 @@ source "$BR2_EXTERNAL_XIONGMAI_PATH/package/majestic-fonts/Config.in" source "$BR2_EXTERNAL_XIONGMAI_PATH/package/majestic-xm510/Config.in" source "$BR2_EXTERNAL_XIONGMAI_PATH/package/majestic-xm530/Config.in" source "$BR2_EXTERNAL_XIONGMAI_PATH/package/mbedtls-openipc/Config.in" +source "$BR2_EXTERNAL_XIONGMAI_PATH/package/motors/Config.in" source "$BR2_EXTERNAL_XIONGMAI_PATH/package/node-exporter/Config.in" source "$BR2_EXTERNAL_XIONGMAI_PATH/package/opus-openipc/Config.in" source "$BR2_EXTERNAL_XIONGMAI_PATH/package/uacme-openipc/Config.in" diff --git a/br-ext-chip-xiongmai/configs/unknown_unknown_xm530_openipc_defconfig b/br-ext-chip-xiongmai/configs/unknown_unknown_xm530_openipc_defconfig index bb0af7e9..b904d8eb 100644 --- a/br-ext-chip-xiongmai/configs/unknown_unknown_xm530_openipc_defconfig +++ b/br-ext-chip-xiongmai/configs/unknown_unknown_xm530_openipc_defconfig @@ -70,6 +70,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-xiongmai/configs/unknown_unknown_xm550_openipc_defconfig b/br-ext-chip-xiongmai/configs/unknown_unknown_xm550_openipc_defconfig index c1c16361..3cd2a066 100644 --- a/br-ext-chip-xiongmai/configs/unknown_unknown_xm550_openipc_defconfig +++ b/br-ext-chip-xiongmai/configs/unknown_unknown_xm550_openipc_defconfig @@ -70,6 +70,7 @@ BR2_PACKAGE_MBEDTLS_OPENIPC=y # BR2_PACKAGE_MBEDTLS_OPENIPC_PROGRAMS is not set # BR2_PACKAGE_MBEDTLS_OPENIPC_COMPRESSION is not set # BR2_PACKAGE_MINI_SNMPD is not set +BR2_PACKAGE_MOTORS=y BR2_PACKAGE_OPUS_OPENIPC=y BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y # BR2_PACKAGE_SSHPASS is not set diff --git a/br-ext-chip-xiongmai/external.mk b/br-ext-chip-xiongmai/external.mk index c25cca91..33ccfb92 100644 --- a/br-ext-chip-xiongmai/external.mk +++ b/br-ext-chip-xiongmai/external.mk @@ -14,6 +14,7 @@ include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/majestic-fonts/majestic-fonts.mk include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/majestic-xm510/majestic-xm510.mk include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/majestic-xm530/majestic-xm530.mk include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/mbedtls-openipc/mbedtls-openipc.mk +include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/motors/mbedtls-openipc.mk include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/node-exporter/node-exporter.mk include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/opus-openipc/opus-openipc.mk include $(BR2_EXTERNAL_XIONGMAI_PATH)/package/uacme-openipc/uacme-openipc.mk diff --git a/br-ext-chip-xiongmai/package/motors b/br-ext-chip-xiongmai/package/motors new file mode 120000 index 00000000..0a542919 --- /dev/null +++ b/br-ext-chip-xiongmai/package/motors @@ -0,0 +1 @@ +../../general/package/motors \ No newline at end of file