diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index 2543feb0..1e301fe3 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -333,7 +333,9 @@ jobs: - name: Install build dependencies run: | sudo make install-deps - ls -l deps || true + if [ -d deps ]; then + ./deps/install.sh + fi if [ ! -z "$ACT" ]; then echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV else diff --git a/Makefile b/Makefile index 855dbfeb..b3ae2d08 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,15 @@ else PLATFORM := $(shell echo $(FULL_PATH) | cut -d '/' -f 1 | cut -d '-' -f 4 ) FAMILY := $(shell grep "/board/" $(FULL_PATH) | head -1 | cut -d "/" -f 3) - ifeq ($(FAMILY),hi3516cv500) + ifeq ($(FAMILY),hi3516av100) + BR_VER ?= 2021.02.12 + else ifeq ($(FAMILY),hi3536dv100) + BR_VER ?= 2021.02.12 + else ifeq ($(FAMILY),hi3516cv500) + BR_VER ?= 2021.02.12 + else ifeq ($(FAMILY),hi3516ev200) + BR_VER ?= 2021.02.12 + else ifeq ($(FAMILY),gk7205v200) BR_VER ?= 2021.02.12 endif endif diff --git a/br-ext-chip-ambarella/configs/unknown_unknown_s3l_openipc_defconfig b/br-ext-chip-ambarella/configs/unknown_unknown_s3l_openipc_defconfig index 3d57f0a0..759a618a 100644 --- a/br-ext-chip-ambarella/configs/unknown_unknown_s3l_openipc_defconfig +++ b/br-ext-chip-ambarella/configs/unknown_unknown_s3l_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-anyka/configs/unknown_unknown_ak3916ev300_openipc_defconfig b/br-ext-chip-anyka/configs/unknown_unknown_ak3916ev300_openipc_defconfig index 73b58dc1..204e19d6 100644 --- a/br-ext-chip-anyka/configs/unknown_unknown_ak3916ev300_openipc_defconfig +++ b/br-ext-chip-anyka/configs/unknown_unknown_ak3916ev300_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_ANYKA_GPIO is not set BR2_PACKAGE_ANYKA_OSDRV_AK3918EV200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-anyka/configs/unknown_unknown_ak3918ev300_openipc_defconfig b/br-ext-chip-anyka/configs/unknown_unknown_ak3918ev300_openipc_defconfig index 7fa8eb0a..199368b7 100644 --- a/br-ext-chip-anyka/configs/unknown_unknown_ak3918ev300_openipc_defconfig +++ b/br-ext-chip-anyka/configs/unknown_unknown_ak3918ev300_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_ANYKA_OSDRV_AK3918EV300 is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8833v100_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8833v100_openipc_defconfig index 561b01e0..5e356806 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8833v100_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8833v100_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v100_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v100_openipc_defconfig index a1bb9568..1533daff 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v100_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v100_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v200_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v200_openipc_defconfig index e152f0e1..72f6a49c 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v200_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v200_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v210_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v210_openipc_defconfig index 3cdb5206..b98b9f52 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v210_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8852v210_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v100_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v100_openipc_defconfig index 70fea050..9e012600 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v100_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v100_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v200_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v200_openipc_defconfig index 30ca3b60..c3b7793b 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v200_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v200_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v210_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v210_openipc_defconfig index 75e0a930..6acc8420 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v210_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8856v210_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v200_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v200_openipc_defconfig index 8942211c..61b1fe6c 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v200_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v200_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v210_openipc_defconfig b/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v210_openipc_defconfig index 6ea281a0..742029db 100644 --- a/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v210_openipc_defconfig +++ b/br-ext-chip-fullhan/configs/unknown_unknown_fh8858v210_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_FULLHAN_OSDRV_FH8852V200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-goke/configs/unknown_unknown_gk7102_openipc_defconfig b/br-ext-chip-goke/configs/unknown_unknown_gk7102_openipc_defconfig index e4028734..5cf92888 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7102_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7102_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_GOKE_OSDRV_GK710X=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-goke/configs/unknown_unknown_gk7102s_openipc_defconfig b/br-ext-chip-goke/configs/unknown_unknown_gk7102s_openipc_defconfig index bfee076b..032ed336 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7102s_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7102s_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_GOKE_OSDRV_GK710X=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 24118bec..470a9c85 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7202v300_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7202v300_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 1c54b084..c5ec5d62 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7205v200_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7205v200_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-goke/configs/unknown_unknown_gk7205v210_openipc_defconfig b/br-ext-chip-goke/configs/unknown_unknown_gk7205v210_openipc_defconfig index b48906ae..b83ca5ab 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7205v210_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7205v210_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 30448286..83d4265f 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7205v300_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7205v300_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 4a6ab367..71ddee2e 100644 --- a/br-ext-chip-goke/configs/unknown_unknown_gk7605v100_openipc_defconfig +++ b/br-ext-chip-goke/configs/unknown_unknown_gk7605v100_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-grainmedia/configs/unknown_unknown_gm8135_openipc_defconfig b/br-ext-chip-grainmedia/configs/unknown_unknown_gm8135_openipc_defconfig index 223eb436..07895e09 100644 --- a/br-ext-chip-grainmedia/configs/unknown_unknown_gm8135_openipc_defconfig +++ b/br-ext-chip-grainmedia/configs/unknown_unknown_gm8135_openipc_defconfig @@ -51,7 +51,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-grainmedia/configs/unknown_unknown_gm8136_openipc_defconfig b/br-ext-chip-grainmedia/configs/unknown_unknown_gm8136_openipc_defconfig index dccf3b20..bb0a96d8 100644 --- a/br-ext-chip-grainmedia/configs/unknown_unknown_gm8136_openipc_defconfig +++ b/br-ext-chip-grainmedia/configs/unknown_unknown_gm8136_openipc_defconfig @@ -51,7 +51,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av100_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av100_openipc_defconfig index eaa409dd..38eca130 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av100_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av100_openipc_defconfig @@ -56,7 +56,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516AV100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av200_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av200_openipc_defconfig index 0e810e6c..27dfa937 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av200_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av200_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3519V101=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 5831b579..69c271b0 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516av300_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV500=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv100_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv100_openipc_defconfig index 3173c319..853225e5 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv100_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv100_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv200_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv200_openipc_defconfig index 10e218df..bc582c72 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv200_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv200_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv300_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv300_openipc_defconfig index 16ff5e65..cfb67b9a 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv300_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV300=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 8987a131..b88f4b80 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv500_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516cv500_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV500=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv100_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv100_openipc_defconfig index 3c39f86f..3aefbdd1 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv100_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv100_openipc_defconfig @@ -56,7 +56,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516AV100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv200_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv200_openipc_defconfig index fb6ea670..854b6a4c 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv200_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv200_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HISILICON_OSDRV_HI3516EV200=y BR2_PACKAGE_HISILICON_OPENSDK=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 103bda90..12d94e91 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516dv300_openipc_defconfig @@ -53,7 +53,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV500=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev100_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev100_openipc_defconfig index f6d7ac88..9fdfaec6 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev100_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev100_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV300=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 22be88e3..c815c333 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev200_openipc_defconfig @@ -58,7 +58,6 @@ BR2_PACKAGE_HISILICON_OSDRV_HI3516EV200=y BR2_PACKAGE_HISILICON_OPENSDK=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 3a33b337..8e8b67e6 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3516ev300_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HISILICON_OSDRV_HI3516EV200=y BR2_PACKAGE_HISILICON_OPENSDK=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518cv100_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518cv100_openipc_defconfig index f2c20d69..71d948d2 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518cv100_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518cv100_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev100_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev100_openipc_defconfig index 584586f0..27b2b0b4 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev100_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev100_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV100=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev200_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev200_openipc_defconfig index 9b52d10c..f70eab60 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev200_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev200_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev201_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev201_openipc_defconfig index 5687b217..ee25e311 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev201_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev201_openipc_defconfig @@ -55,7 +55,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3516CV200=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 c362b9e4..e2db550c 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev300_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3518ev300_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HISILICON_OSDRV_HI3516EV200=y BR2_PACKAGE_HISILICON_OPENSDK=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3519v101_openipc_defconfig b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3519v101_openipc_defconfig index a4de693f..9cbf54b9 100644 --- a/br-ext-chip-hisilicon/configs/unknown_unknown_hi3519v101_openipc_defconfig +++ b/br-ext-chip-hisilicon/configs/unknown_unknown_hi3519v101_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_HISILICON_OSDRV_HI3519V101=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-ingenic/configs/unknown_unknown_t10_openipc_defconfig b/br-ext-chip-ingenic/configs/unknown_unknown_t10_openipc_defconfig index ec0bc34a..edb6088b 100644 --- a/br-ext-chip-ingenic/configs/unknown_unknown_t10_openipc_defconfig +++ b/br-ext-chip-ingenic/configs/unknown_unknown_t10_openipc_defconfig @@ -59,7 +59,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-ingenic/configs/unknown_unknown_t20_openipc_defconfig b/br-ext-chip-ingenic/configs/unknown_unknown_t20_openipc_defconfig index 7527667d..49b9fa9d 100644 --- a/br-ext-chip-ingenic/configs/unknown_unknown_t20_openipc_defconfig +++ b/br-ext-chip-ingenic/configs/unknown_unknown_t20_openipc_defconfig @@ -59,7 +59,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-ingenic/configs/unknown_unknown_t21_openipc_defconfig b/br-ext-chip-ingenic/configs/unknown_unknown_t21_openipc_defconfig index 6203edcf..db6d98d4 100644 --- a/br-ext-chip-ingenic/configs/unknown_unknown_t21_openipc_defconfig +++ b/br-ext-chip-ingenic/configs/unknown_unknown_t21_openipc_defconfig @@ -59,7 +59,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-ingenic/configs/unknown_unknown_t30_openipc_defconfig b/br-ext-chip-ingenic/configs/unknown_unknown_t30_openipc_defconfig index 393ac84d..79d553bf 100644 --- a/br-ext-chip-ingenic/configs/unknown_unknown_t30_openipc_defconfig +++ b/br-ext-chip-ingenic/configs/unknown_unknown_t30_openipc_defconfig @@ -59,7 +59,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-ingenic/configs/unknown_unknown_t31_openipc_defconfig b/br-ext-chip-ingenic/configs/unknown_unknown_t31_openipc_defconfig index 44142bab..3dffae33 100644 --- a/br-ext-chip-ingenic/configs/unknown_unknown_t31_openipc_defconfig +++ b/br-ext-chip-ingenic/configs/unknown_unknown_t31_openipc_defconfig @@ -59,7 +59,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_HISI_GPIO is not set BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig b/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig index 5b29b677..bc26f767 100644 --- a/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig +++ b/br-ext-chip-novatek/configs/unknown_unknown_nt98562_openipc_defconfig @@ -58,7 +58,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_NOVATEK_OSDRV_NT9856X=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig b/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig index 1514f330..55c4eb5a 100644 --- a/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig +++ b/br-ext-chip-novatek/configs/unknown_unknown_nt98566_openipc_defconfig @@ -57,7 +57,6 @@ BR2_PACKAGE_HASERL=y BR2_PACKAGE_NOVATEK_OSDRV_NT9856X=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-rockchip/configs/unknown_unknown_rv1109_openipc_defconfig b/br-ext-chip-rockchip/configs/unknown_unknown_rv1109_openipc_defconfig index f4c90350..8fea8fa3 100644 --- a/br-ext-chip-rockchip/configs/unknown_unknown_rv1109_openipc_defconfig +++ b/br-ext-chip-rockchip/configs/unknown_unknown_rv1109_openipc_defconfig @@ -68,7 +68,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_ROCKCHIP_OSDRV_RV11xx=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-rockchip/configs/unknown_unknown_rv1126_openipc_defconfig b/br-ext-chip-rockchip/configs/unknown_unknown_rv1126_openipc_defconfig index f5e9c4c6..df936bb4 100644 --- a/br-ext-chip-rockchip/configs/unknown_unknown_rv1126_openipc_defconfig +++ b/br-ext-chip-rockchip/configs/unknown_unknown_rv1126_openipc_defconfig @@ -68,7 +68,6 @@ BR2_PACKAGE_HASERL=y # BR2_PACKAGE_ROCKCHIP_OSDRV_RV11xx=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig index ab1c2f20..9a101c5e 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_msc313e_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-sigmastar/configs/unknown_unknown_msc316dm_openipc_defconfig b/br-ext-chip-sigmastar/configs/unknown_unknown_msc316dm_openipc_defconfig index 890720ba..6b21e264 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_msc316dm_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_msc316dm_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 b8da7f02..c85b11d7 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc325_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc325_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 93f4fc86..41312d16 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc333_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc333_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 c6eb9e28..42879efe 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 7f167817..cc1aa668 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335de_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc335de_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 35bd4f19..4b20b963 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 3c7d205e..60386472 100644 --- a/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337de_openipc_defconfig +++ b/br-ext-chip-sigmastar/configs/unknown_unknown_ssc337de_openipc_defconfig @@ -54,7 +54,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig b/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig index 3ec01e13..ce0f9fd1 100644 --- a/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig +++ b/br-ext-chip-xiongmai/configs/unknown_unknown_xm510_openipc_defconfig @@ -52,7 +52,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set 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 ff26efac..4d44dacd 100644 --- a/br-ext-chip-xiongmai/configs/unknown_unknown_xm530_openipc_defconfig +++ b/br-ext-chip-xiongmai/configs/unknown_unknown_xm530_openipc_defconfig @@ -52,7 +52,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE 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 87430a38..78460428 100644 --- a/br-ext-chip-xiongmai/configs/unknown_unknown_xm550_openipc_defconfig +++ b/br-ext-chip-xiongmai/configs/unknown_unknown_xm550_openipc_defconfig @@ -52,7 +52,6 @@ BR2_PACKAGE_FWPRINTENV_OPENIPC=y BR2_PACKAGE_HASERL=y BR2_PACKAGE_IPCTOOL=y BR2_PACKAGE_JSON_C=y -BR2_PACKAGE_LAME_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC=y BR2_PACKAGE_LIBCURL_OPENIPC_CURL=y # BR2_PACKAGE_LIBCURL_OPENIPC_VERBOSE is not set diff --git a/general/package/majestic/majestic.mk b/general/package/majestic/majestic.mk index 3b55760e..10fa31e4 100644 --- a/general/package/majestic/majestic.mk +++ b/general/package/majestic/majestic.mk @@ -45,7 +45,6 @@ MAJESTIC_DEPENDENCIES = \ mbedtls-openipc \ json-c-openipc \ zlib \ - lame-openipc \ opus-openipc \ libogg-openipc