mirror of https://github.com/OpenIPC/firmware.git
General: set separate release name for lte devices
parent
7255f17c8a
commit
67bd82351f
|
@ -279,7 +279,7 @@ jobs:
|
|||
echo GCC=${GCC} >> ${GITHUB_ENV}
|
||||
URL=https://github.com/${GITHUB_REPOSITORY}/releases/download/${TAG_NAME}/${GCC}.tgz
|
||||
echo Download: ${URL}
|
||||
wget -c -q --timeout=15 --retry-on-http-error=503 ${URL}
|
||||
wget -c -q --timeout=15 --retry-on-http-error=429,503 ${URL}
|
||||
|
||||
- name: Setup ccache
|
||||
if: github.event_name != 'pull_request'
|
||||
|
|
|
@ -33,8 +33,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="allwinner"
|
||||
BR2_OPENIPC_FAMILY="v83x"
|
||||
BR2_OPENIPC_MODEL="v83x"
|
||||
BR2_OPENIPC_FAMILY="v83x"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,8 +33,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="allwinner"
|
||||
BR2_OPENIPC_FAMILY="v83x"
|
||||
BR2_OPENIPC_MODEL="v83x"
|
||||
BR2_OPENIPC_FAMILY="v83x"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ambarella"
|
||||
BR2_OPENIPC_FAMILY="s3l"
|
||||
BR2_OPENIPC_MODEL="s3l"
|
||||
BR2_OPENIPC_FAMILY="s3l"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="anyka"
|
||||
BR2_OPENIPC_FAMILY="ak3918ev300"
|
||||
BR2_OPENIPC_MODEL="ak3916ev300"
|
||||
BR2_OPENIPC_FAMILY="ak3918ev300"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="anyka"
|
||||
BR2_OPENIPC_FAMILY="ak3918ev300"
|
||||
BR2_OPENIPC_MODEL="ak3918ev300"
|
||||
BR2_OPENIPC_FAMILY="ak3918ev300"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8833v100"
|
||||
BR2_OPENIPC_MODEL="fh8833v100"
|
||||
BR2_OPENIPC_FAMILY="fh8833v100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v100"
|
||||
BR2_OPENIPC_MODEL="fh8852v100"
|
||||
BR2_OPENIPC_FAMILY="fh8852v100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_MODEL="fh8852v200"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_MODEL="fh8852v210"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v100"
|
||||
BR2_OPENIPC_MODEL="fh8856v100"
|
||||
BR2_OPENIPC_FAMILY="fh8852v100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_MODEL="fh8856v200"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_MODEL="fh8856v210"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_MODEL="fh8858v200"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_MODEL="fh8858v210"
|
||||
BR2_OPENIPC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk710x"
|
||||
BR2_OPENIPC_MODEL="gk7102"
|
||||
BR2_OPENIPC_FAMILY="gk710x"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk710x"
|
||||
BR2_OPENIPC_MODEL="gk7102s"
|
||||
BR2_OPENIPC_FAMILY="gk710x"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7202v300"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,9 +32,9 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="lte"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="original"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v210"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,9 +32,9 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="lte"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="goke"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_MODEL="gk7605v100"
|
||||
BR2_OPENIPC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -29,8 +29,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="grainmedia"
|
||||
BR2_OPENIPC_FAMILY="gm8136"
|
||||
BR2_OPENIPC_MODEL="gm8135"
|
||||
BR2_OPENIPC_FAMILY="gm8136"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -29,8 +29,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="grainmedia"
|
||||
BR2_OPENIPC_FAMILY="gm8136"
|
||||
BR2_OPENIPC_MODEL="gm8136"
|
||||
BR2_OPENIPC_FAMILY="gm8136"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_MODEL="hi3516av100"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,9 +32,9 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_MODEL="hi3516av100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_MODEL="hi3516av200"
|
||||
BR2_OPENIPC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,9 +32,9 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_MODEL="hi3516av200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
BR2_OPENIPC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_MODEL="hi3516av300"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_MODEL="hi3516cv100"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_MODEL="hi3516cv200"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_MODEL="hi3516cv300"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_MODEL="hi3516cv300"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_RELEASE="mini"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_MODEL="hi3516cv300"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -29,8 +29,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_MODEL="hi3516cv500"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_MODEL="hi3516dv100"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,9 +32,9 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_MODEL="hi3516dv100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
BR2_OPENIPC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516dv200"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -29,8 +29,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_MODEL="hi3516dv300"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_MODEL="hi3516ev100"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,9 +32,9 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="lte"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="dev"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="glibc"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,9 +32,9 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="lte"
|
||||
|
||||
# Filesystem
|
||||
# BR2_TARGET_TZ_INFO is not set
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_MODEL="hi3518cv100"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_MODEL="hi3518ev100"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_MODEL="hi3518ev200"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_MODEL="hi3518ev200"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_RELEASE="mini"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_MODEL="hi3518ev200"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,8 +31,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_MODEL="hi3518ev201"
|
||||
BR2_OPENIPC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3518ev300"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_MODEL="hi3518ev300"
|
||||
BR2_OPENIPC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_MODEL="hi3519v101"
|
||||
BR2_OPENIPC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,8 +33,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3520dv200"
|
||||
BR2_OPENIPC_MODEL="hi3520dv200"
|
||||
BR2_OPENIPC_FAMILY="hi3520dv200"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,8 +33,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3536cv100"
|
||||
BR2_OPENIPC_MODEL="hi3536cv100"
|
||||
BR2_OPENIPC_FAMILY="hi3536cv100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -40,8 +40,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3536dv100"
|
||||
BR2_OPENIPC_MODEL="hi3536dv100"
|
||||
BR2_OPENIPC_FAMILY="hi3536dv100"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,8 +33,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_FAMILY="hi3536dv100"
|
||||
BR2_OPENIPC_MODEL="hi3536dv100"
|
||||
BR2_OPENIPC_FAMILY="hi3536dv100"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_MODEL="t10"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_MODEL="t20"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_MODEL="t21"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_MODEL="t30"
|
||||
BR2_OPENIPC_FAMILY="t21"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t31"
|
||||
BR2_OPENIPC_MODEL="t31"
|
||||
BR2_OPENIPC_FAMILY="t31"
|
||||
BR2_OPENIPC_RELEASE="fpv"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t31"
|
||||
BR2_OPENIPC_MODEL="t31"
|
||||
BR2_OPENIPC_FAMILY="t31"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t31"
|
||||
BR2_OPENIPC_MODEL="t31"
|
||||
BR2_OPENIPC_FAMILY="t31"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t40"
|
||||
BR2_OPENIPC_MODEL="t40"
|
||||
BR2_OPENIPC_FAMILY="t40"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ingenic"
|
||||
BR2_OPENIPC_FAMILY="t40"
|
||||
BR2_OPENIPC_MODEL="t40"
|
||||
BR2_OPENIPC_FAMILY="t40"
|
||||
BR2_OPENIPC_RELEASE="ultimate"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="novatek"
|
||||
BR2_OPENIPC_FAMILY="nt9856x"
|
||||
BR2_OPENIPC_MODEL="nt98562"
|
||||
BR2_OPENIPC_FAMILY="nt9856x"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,8 +34,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="novatek"
|
||||
BR2_OPENIPC_FAMILY="nt9856x"
|
||||
BR2_OPENIPC_MODEL="nt98566"
|
||||
BR2_OPENIPC_FAMILY="nt9856x"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -41,8 +41,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="rockchip"
|
||||
BR2_OPENIPC_FAMILY="rv11xx"
|
||||
BR2_OPENIPC_MODEL="rv1109"
|
||||
BR2_OPENIPC_FAMILY="rv11xx"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -40,8 +40,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="rockchip"
|
||||
BR2_OPENIPC_FAMILY="rv11xx"
|
||||
BR2_OPENIPC_MODEL="rv1126"
|
||||
BR2_OPENIPC_FAMILY="rv11xx"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_MODEL="msc313e"
|
||||
BR2_OPENIPC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,8 +35,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_MODEL="msc316dc"
|
||||
BR2_OPENIPC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_MODEL="msc316dm"
|
||||
BR2_OPENIPC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_MODEL="ssc325"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_MODEL="ssc333"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -28,8 +28,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_MODEL="ssc335"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_RELEASE="initramfs"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_MODEL="ssc335"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_MODEL="ssc335de"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_MODEL="ssc337"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_MODEL="ssc337de"
|
||||
BR2_OPENIPC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -29,8 +29,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_MODEL="ssc338q"
|
||||
BR2_OPENIPC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_RELEASE="initramfs"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -29,8 +29,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_MODEL="ssc338q"
|
||||
BR2_OPENIPC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,8 +32,8 @@ BR2_LINUX_KERNEL_LZMA=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="ti"
|
||||
BR2_OPENIPC_FAMILY="dm36x"
|
||||
BR2_OPENIPC_MODEL="dm36x"
|
||||
BR2_OPENIPC_FAMILY="dm36x"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="xiongmai"
|
||||
BR2_OPENIPC_FAMILY="xm510"
|
||||
BR2_OPENIPC_MODEL="xm510"
|
||||
BR2_OPENIPC_FAMILY="xm510"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="xiongmai"
|
||||
BR2_OPENIPC_FAMILY="xm530"
|
||||
BR2_OPENIPC_MODEL="xm530"
|
||||
BR2_OPENIPC_FAMILY="xm530"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -30,8 +30,8 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_VENDOR="xiongmai"
|
||||
BR2_OPENIPC_FAMILY="xm530"
|
||||
BR2_OPENIPC_MODEL="xm550"
|
||||
BR2_OPENIPC_FAMILY="xm530"
|
||||
BR2_OPENIPC_RELEASE="lite"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -2,14 +2,14 @@ config BR2_OPENIPC_VENDOR
|
|||
string "openipc vendor"
|
||||
default "hisilicon"
|
||||
|
||||
config BR2_OPENIPC_FAMILY
|
||||
string "openipc family"
|
||||
default "hi3516ev200"
|
||||
|
||||
config BR2_OPENIPC_MODEL
|
||||
string "openipc model"
|
||||
default "hi3516ev300"
|
||||
|
||||
config BR2_OPENIPC_FAMILY
|
||||
string "openipc family"
|
||||
default "hi3516ev200"
|
||||
|
||||
config BR2_OPENIPC_RELEASE
|
||||
string "openipc release"
|
||||
default "lite"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue