mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-10 21:33:38 +00:00
rename ARMVIRT32 ARCHID from 42 to 44
Signed-off-by: Simon Smith <simonsmith5521@gmail.com>
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -330,4 +330,6 @@ ASALocalRun/
|
|||||||
# Klocwork
|
# Klocwork
|
||||||
.klocwork/
|
.klocwork/
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
|
ToolChains/
|
||||||
|
.DS_Store
|
||||||
10
makefile
10
makefile
@@ -127,11 +127,17 @@
|
|||||||
# make linux ARCHID=36 # Linux x86_64/MUSL (OpenWRT)
|
# make linux ARCHID=36 # Linux x86_64/MUSL (OpenWRT)
|
||||||
# make linux ARCHID=40 # Linux MIPSEL24KC/MUSL (OpenWRT)
|
# make linux ARCHID=40 # Linux MIPSEL24KC/MUSL (OpenWRT)
|
||||||
# make linux ARCHID=41 # Linux ARMADA/CORTEX-A53/MUSL (OpenWRT)
|
# make linux ARCHID=41 # Linux ARMADA/CORTEX-A53/MUSL (OpenWRT)
|
||||||
|
# make linux ARCHID=44 # Linux ARMVIRT32/MUSL (OpenWRT)
|
||||||
#
|
#
|
||||||
# Synology Builds
|
# Synology Builds
|
||||||
#
|
#
|
||||||
# make linux ARCHID=35 # Linux ARMADA 370 Hardfloat
|
# make linux ARCHID=35 # Linux ARMADA 370 Hardfloat
|
||||||
|
#
|
||||||
|
# Windows Builds for ARCHID:
|
||||||
|
# 1 - 4 are Windows builds. please use Visual Studio to compile.
|
||||||
|
# 21 - 22 are Windows builds, please use Visual Studio to compile.
|
||||||
|
# 34 is Windows build, please use Visual Studio to compile.
|
||||||
|
# 42 - 43 are Windows builds, please use Visual Studio to compile.
|
||||||
#
|
#
|
||||||
# Required build switches:
|
# Required build switches:
|
||||||
# ARCHID Architecture ID
|
# ARCHID Architecture ID
|
||||||
@@ -373,7 +379,7 @@ LMS = 0
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Official Linux ARMVIRT32 (OpenWRT)
|
# Official Linux ARMVIRT32 (OpenWRT)
|
||||||
ifeq ($(ARCHID),42)
|
ifeq ($(ARCHID),44)
|
||||||
ARCHNAME = armvirt32
|
ARCHNAME = armvirt32
|
||||||
export PATH := $(PATH_OPENWRT_ARMVIRT32)bin:$(PATH_OPENWRT_ARMVIRT32)libexec/gcc/arm-openwrt-linux-muslgnueabi/8.4.0:$(PATH_OPENWRT_ARMVIRT32)arm-openwrt-linux-muslgnueabi/bin:$(PATH)
|
export PATH := $(PATH_OPENWRT_ARMVIRT32)bin:$(PATH_OPENWRT_ARMVIRT32)libexec/gcc/arm-openwrt-linux-muslgnueabi/8.4.0:$(PATH_OPENWRT_ARMVIRT32)arm-openwrt-linux-muslgnueabi/bin:$(PATH)
|
||||||
export STAGING_DIR := $(PATH_OPENWRT_ARMVIRT32)
|
export STAGING_DIR := $(PATH_OPENWRT_ARMVIRT32)
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
// This file is auto-generated, any edits may be overwritten
|
// This file is auto-generated, any edits may be overwritten
|
||||||
#define SOURCE_COMMIT_DATE "2025-Mar-6 21:37:17+0000"
|
#define SOURCE_COMMIT_DATE "2025-Mar-6 21:44:07+0000"
|
||||||
#define SOURCE_COMMIT_HASH "604f24ce11a46542a01a7024c683b35685dce1b9"
|
#define SOURCE_COMMIT_HASH "28d67274264e140e0c7a4254ad0e32865d5c4a13"
|
||||||
|
|||||||
Reference in New Issue
Block a user