mirror of https://github.com/OpenIPC/firmware.git
Package: minor refactoring (#1305)
parent
e37099d6ee
commit
cb0cae5bf0
2
Makefile
2
Makefile
|
@ -110,7 +110,7 @@ define REPACK_FIRMWARE
|
|||
$(if $(2),cd $(TARGET)/images && md5sum $(2).$(BR2_OPENIPC_SOC_MODEL) > $(2).$(BR2_OPENIPC_SOC_MODEL).md5sum)
|
||||
$(if $(1),$(eval KERNEL = $(1).$(BR2_OPENIPC_SOC_MODEL) $(1).$(BR2_OPENIPC_SOC_MODEL).md5sum),$(eval KERNEL =))
|
||||
$(if $(2),$(eval ROOTFS = $(2).$(BR2_OPENIPC_SOC_MODEL) $(2).$(BR2_OPENIPC_SOC_MODEL).md5sum),$(eval ROOTFS =))
|
||||
$(eval ARCHIVE = openipc.$(BR2_OPENIPC_SOC_MODEL)-$(3)-$(BR2_OPENIPC_FLAVOR).tgz)
|
||||
$(eval ARCHIVE = openipc.$(BR2_OPENIPC_SOC_MODEL)-$(3)-$(BR2_OPENIPC_VARIANT).tgz)
|
||||
cd $(TARGET)/images && tar -czf $(ARCHIVE) $(KERNEL) $(ROOTFS)
|
||||
rm -f $(TARGET)/images/*.md5sum
|
||||
endef
|
||||
|
|
|
@ -35,7 +35,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="allwinner"
|
||||
BR2_OPENIPC_SOC_MODEL="v83x"
|
||||
BR2_OPENIPC_SOC_FAMILY="v83x"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,7 +35,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="allwinner"
|
||||
BR2_OPENIPC_SOC_MODEL="v83x"
|
||||
BR2_OPENIPC_SOC_FAMILY="v83x"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="ambarella"
|
||||
BR2_OPENIPC_SOC_MODEL="s3l"
|
||||
BR2_OPENIPC_SOC_FAMILY="s3l"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="anyka"
|
||||
BR2_OPENIPC_SOC_MODEL="ak3916ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="ak3918ev300"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="anyka"
|
||||
BR2_OPENIPC_SOC_MODEL="ak3918ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="ak3918ev300"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8833v100"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8833v100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8852v100"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8852v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8852v210"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8856v100"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8856v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8856v210"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8858v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="fullhan"
|
||||
BR2_OPENIPC_SOC_MODEL="fh8858v210"
|
||||
BR2_OPENIPC_SOC_FAMILY="fh8852v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7102"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk710x"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7102s"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk710x"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7202v300"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="lte"
|
||||
BR2_OPENIPC_VARIANT="lte"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="original"
|
||||
BR2_OPENIPC_VARIANT="original"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v200"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="venc"
|
||||
BR2_OPENIPC_VARIANT="venc"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v210"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v210"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v210"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="venc"
|
||||
BR2_OPENIPC_VARIANT="venc"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="lte"
|
||||
BR2_OPENIPC_VARIANT="lte"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7205v300"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="venc"
|
||||
BR2_OPENIPC_VARIANT="venc"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="goke"
|
||||
BR2_OPENIPC_SOC_MODEL="gk7605v100"
|
||||
BR2_OPENIPC_SOC_FAMILY="gk7205v200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="grainmedia"
|
||||
BR2_OPENIPC_SOC_MODEL="gm8135"
|
||||
BR2_OPENIPC_SOC_FAMILY="gm8136"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="grainmedia"
|
||||
BR2_OPENIPC_SOC_MODEL="gm8136"
|
||||
BR2_OPENIPC_SOC_FAMILY="gm8136"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516av100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516av100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516av200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516av200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516av300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516cv100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516cv200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516cv300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516cv300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_FLAVOR="mini"
|
||||
BR2_OPENIPC_VARIANT="mini"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516cv300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516cv500"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516dv100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516dv100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516av100"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516dv200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516dv300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv500"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv300"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="lte"
|
||||
BR2_OPENIPC_VARIANT="lte"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="dev"
|
||||
BR2_OPENIPC_VARIANT="dev"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -37,7 +37,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="glibc"
|
||||
BR2_OPENIPC_VARIANT="glibc"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="lte"
|
||||
BR2_OPENIPC_VARIANT="lte"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3516ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518cv100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518ev100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518ev200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518ev200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_FLAVOR="mini"
|
||||
BR2_OPENIPC_VARIANT="mini"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518ev200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -33,7 +33,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518ev201"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516cv200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3518ev300"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3516ev200"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3519v101"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3519v101"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,7 +35,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3520dv200"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3520dv200"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,7 +35,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3536cv100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3536cv100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -32,7 +32,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3536dv100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3536dv100"
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -35,7 +35,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="hisilicon"
|
||||
BR2_OPENIPC_SOC_MODEL="hi3536dv100"
|
||||
BR2_OPENIPC_SOC_FAMILY="hi3536dv100"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t10"
|
||||
BR2_OPENIPC_SOC_FAMILY="t20"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t20"
|
||||
BR2_OPENIPC_SOC_FAMILY="t20"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t20"
|
||||
BR2_OPENIPC_SOC_FAMILY="t20"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t21"
|
||||
BR2_OPENIPC_SOC_FAMILY="t21"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t21"
|
||||
BR2_OPENIPC_SOC_FAMILY="t21"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t30"
|
||||
BR2_OPENIPC_SOC_FAMILY="t21"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t31"
|
||||
BR2_OPENIPC_SOC_FAMILY="t31"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t31"
|
||||
BR2_OPENIPC_SOC_FAMILY="t31"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t31"
|
||||
BR2_OPENIPC_SOC_FAMILY="t31"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t40"
|
||||
BR2_OPENIPC_SOC_FAMILY="t40"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -38,7 +38,7 @@ BR2_OPENIPC_SOC_VENDOR="ingenic"
|
|||
BR2_OPENIPC_SOC_MODEL="t40"
|
||||
BR2_OPENIPC_SOC_FAMILY="t40"
|
||||
BR2_OPENIPC_SNS_MODEL=""
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -37,7 +37,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="novatek"
|
||||
BR2_OPENIPC_SOC_MODEL="nt98562"
|
||||
BR2_OPENIPC_SOC_FAMILY="nt9856x"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -36,7 +36,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="novatek"
|
||||
BR2_OPENIPC_SOC_MODEL="nt98566"
|
||||
BR2_OPENIPC_SOC_FAMILY="nt9856x"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -43,7 +43,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="rockchip"
|
||||
BR2_OPENIPC_SOC_MODEL="rv1109"
|
||||
BR2_OPENIPC_SOC_FAMILY="rv11xx"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -42,7 +42,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="rockchip"
|
||||
BR2_OPENIPC_SOC_MODEL="rv1126"
|
||||
BR2_OPENIPC_SOC_FAMILY="rv11xx"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="msc313e"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -37,7 +37,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="msc316dc"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="msc316dm"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity3"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc30kd"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc30kd"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc30kq"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_FLAVOR="fpv"
|
||||
BR2_OPENIPC_VARIANT="fpv"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc30kq"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -31,7 +31,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc30kq"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6e"
|
||||
BR2_OPENIPC_FLAVOR="ultimate"
|
||||
BR2_OPENIPC_VARIANT="ultimate"
|
||||
BR2_OPENIPC_FLASH_SIZE="16"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc325"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc325de"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
|
@ -34,7 +34,7 @@ BR2_LINUX_KERNEL_XZ=y
|
|||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc333"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_VARIANT="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
# Filesystem
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue