mirror of https://github.com/OpenIPC/firmware.git
Sigmastar: move ssc325 lite to releases (#983)
parent
a734556647
commit
8a43b2ca57
|
@ -103,6 +103,8 @@ jobs:
|
|||
release: lite
|
||||
- platform: rv1126
|
||||
release: lite
|
||||
- platform: ssc325
|
||||
release: lite
|
||||
- platform: t10
|
||||
release: lite
|
||||
- platform: t20
|
||||
|
@ -144,9 +146,6 @@ jobs:
|
|||
- platform: s3l
|
||||
release: lite
|
||||
custom: onlyci
|
||||
- platform: ssc325
|
||||
release: lite
|
||||
custom: onlyci
|
||||
|
||||
exclude:
|
||||
- platform: hi3516cv100
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1 +0,0 @@
|
|||
ssc335.generic.config
|
|
@ -26,14 +26,14 @@ BR2_LINUX_KERNEL=y
|
|||
BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/openipc/linux/archive/$(OPENIPC_KERNEL).tar.gz"
|
||||
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6b0/kernel/ssc325.generic.config"
|
||||
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(EXTERNAL_VENDOR)/board/infinity6/kernel/ssc325.generic.config"
|
||||
BR2_LINUX_KERNEL_UIMAGE=y
|
||||
BR2_LINUX_KERNEL_XZ=y
|
||||
|
||||
# OpenIPC
|
||||
BR2_OPENIPC_SOC_VENDOR="sigmastar"
|
||||
BR2_OPENIPC_SOC_MODEL="ssc325"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6b0"
|
||||
BR2_OPENIPC_SOC_FAMILY="infinity6"
|
||||
BR2_OPENIPC_FLAVOR="lite"
|
||||
BR2_OPENIPC_FLASH_SIZE="8"
|
||||
|
||||
|
@ -81,7 +81,9 @@ BR2_PACKAGE_MICROBE_WEB=y
|
|||
# BR2_PACKAGE_MOTORS is not set
|
||||
BR2_PACKAGE_OPUS_OPENIPC=y
|
||||
BR2_PACKAGE_OPUS_OPENIPC_FIXED_POINT=y
|
||||
BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0=y
|
||||
# BR2_PACKAGE_SIGMASTAR_OSDRV_INFINITY6B0 is not set
|
||||
BR2_PACKAGE_EXFAT_OPENIPC=y
|
||||
BR2_PACKAGE_EXFATPROGS=y
|
||||
# BR2_PACKAGE_SSHPASS is not set
|
||||
BR2_PACKAGE_UACME_OPENIPC=y
|
||||
BR2_PACKAGE_VTUND_OPENIPC=y
|
||||
|
@ -97,11 +99,7 @@ BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
|||
# BR2_PACKAGE_RTL8188EU is not set
|
||||
# BR2_PACKAGE_RTL8192EU_OPENIPC is not set
|
||||
|
||||
# WIREGUARD
|
||||
BR2_PACKAGE_WIREGUARD_LINUX_COMPAT=y
|
||||
BR2_PACKAGE_WIREGUARD_TOOLS=y
|
||||
|
||||
# DEBUG
|
||||
# Debug
|
||||
# BR2_PACKAGE_HOST_GDB is not set
|
||||
# BR2_PACKAGE_GDB is not set
|
||||
|
||||
|
|
Loading…
Reference in New Issue