Skip to content

Commit

Permalink
Update 04.06.01-FW28
Browse files Browse the repository at this point in the history
  • Loading branch information
fersaru authored and GitHub Enterprise committed Nov 19, 2024
1 parent d3c8fad commit ba7c103
Show file tree
Hide file tree
Showing 983 changed files with 71,971 additions and 155,930 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ ptxproj/src/boost_1_68_0.tar.bz2 filter=lfs diff=lfs merge=lfs -text
ptxproj/src/linux-*.tgz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/go1.21.8.linux-amd64.tar.gz filter=lfs diff=lfs merge=lfs -text
ptxproj/src/rootlesskit-dep-2.0.2.tar.gz filter=lfs diff=lfs merge=lfs -text
ptxproj/configs/vtp-ctp/packages/libbacnetstack_rev25_3.3.5_armhf.tgz filter=lfs diff=lfs merge=lfs -text
23 changes: 23 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Firmware Release 04.06.01 (28) - CODESYS 3

Engineering by CODESYS IDE V. 3.5 is supported
Engineering by e!COCKPIT IDE is not supported

Migration Guide – from e!COCKPIT to CODEYS V3.5:
• https://techdocs.wago.com/Software/eCOCKPIT_Migration/en-US/index.html#index_content

System:
[FIXED] WAT-37003 MicroBrowser does not start properly

Operating System:
[FIXED] SECURITY CVE-2024-34397, CVE-2024-34459, CVE-2024-6387,
CVE-2024-37676

Web Based Management:
[KNOWN] WAT-36520 Mass Storage - Format memory card: If one or more USB
sticks are connected to the device, the memory card is
not always for-matted, but the last connected medium.
Workaround: Remove USB stick(s).

################################################################################

Firmware Release 04.05.10 (27) - CODESYS 3

Engineering by CODESYS IDE V. 3.5 is supported
Expand Down
14 changes: 14 additions & 0 deletions ptxproj/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,21 @@ else ifeq ($(PLATFORM),wago-pfcXXX-hardened)
FIRMWARE_PLATFORM ?= PFC-G2-Linux-hardened
else ifeq ($(PLATFORM),vtp-ctp)
FIRMWARE_PLATFORM ?= TP-Linux
else ifeq ($(PLATFORM),wago-wp400)
FIRMWARE_PLATFORM ?= WP400-Linux
else ifeq ($(PLATFORM),wago-pfc300)
FIRMWARE_PLATFORM ?= PFC-300-Linux
else ifeq ($(PLATFORM),cc100)
FIRMWARE_PLATFORM ?= CC100-Linux
fsbl := stm32mp1-tf-a-stm32mp151-cc100.stm32
DIST_TARGETS += $(OUT_DIR)/$(fsbl)
$(OUT_DIR)/$(fsbl): $(IMAGE_DIR)/$(fsbl) | $(OUT_DIR)
@echo "Create cc100 fsbl $(fsbl) by copy: $<"
cp $< $@
else ifeq ($(PLATFORM),cc100-hardened)
FIRMWARE_PLATFORM ?= CC100-Linux-hardened
fsbl := stm32mp1-tf-a-stm32mp151-cc100.stm32
DIST_TARGETS += $(OUT_DIR)/$(fsbl)
$(OUT_DIR)/$(fsbl): $(IMAGE_DIR)/$(fsbl) | $(OUT_DIR)
@echo "Create cc100 fsbl $(fsbl) by copy: $<"
cp $< $@
Expand Down Expand Up @@ -140,6 +149,7 @@ SBOM = $(OUT_DIR)/sbom.txt

# Select default dist targets
DIST_TARGETS += $(OUT_DIR)/root.tgz
DIST_TARGETS += $(OUT_DIR)/root.ext2
DIST_TARGETS += $(GENIMAGE_CONFIGS)
DIST_TARGETS ?=
DIST_TARGETS += $(FW_DESC_FILES)
Expand Down Expand Up @@ -254,6 +264,10 @@ $(OUT_DIR)/root.tgz: $(IMAGE_DIR)/root.tgz | $(OUT_DIR)
@echo "Create versioned root.tgz and image configs by copy: $<"
cp $< $@

$(OUT_DIR)/root.ext2: $(IMAGE_DIR)/root.ext2 | $(OUT_DIR)
@echo "Create versioned root.ext2 and image configs by copy: $<"
cp $< $@

$(IMAGES_ARCHIVE): $(OUT_DIR)/ptxdist.images.stage | $(OUT_DIR)
@echo "Create image archive"
tar -cvzf $@ -C $(IMAGE_DIR) .
Expand Down
9 changes: 9 additions & 0 deletions ptxproj/config/meson/glib-cross-file.meson
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[properties]
have_proc_self_cmdline = true
have_c99_vsnprintf = true
have_c99_snprintf = true
have_unix98_printf = true
va_val_copy = true

[binaries]
env = '/usr/bin/env'
17 changes: 3 additions & 14 deletions ptxproj/config/qt5/linux-ptx-g++/qmake.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,12 @@ include(../common/g++-unix.conf)

SYSROOT_DIR = USER_SYSROOT_DIR
CROSS = CROSS_PREFIX
COMPILER_FLAGS = IMX_FLAGS

# settings for hardfloat
DISTRO_OPTS += "hard-float"
#QMAKE_CXXFLAGS += -O3 -march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -DLINUX=1 -DEGL_API_FB=1 --sysroot=/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf -L/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf/usr/lib
#QMAKE_CFLAGS += -O3 -march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -DLINUX=1 -DEGL_API_FB=1 --sysroot=/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf -L/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf/usr/lib
#QMAKE_CXXFLAGS += -O3 -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -DLINUX=1 -DEGL_API_FB=1 --sysroot=/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf -L/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf/usr/lib
#QMAKE_CFLAGS += -O3 -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -DLINUX=1 -DEGL_API_FB=1 --sysroot=/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf -L/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabihf/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabihf/usr/lib
QMAKE_CXXFLAGS += -O3 -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -DLINUX=1 -DEGL_API_FB=1 -DXCB_USE_EGL -DXCB_USE_GLX
QMAKE_CFLAGS += -O3 -march=armv7-a -mtune=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -DLINUX=1 -DEGL_API_FB=1 -DXCB_USE_EGL -DXCB_USE_GLX

#./configure CFLAGS=--sysroot=/ LDFLAGS=--sysroot=/ --disable-qt --disable-gtk --build i686-pc-linux-gnu --host arm-linux-gnueabi
QMAKE_CXXFLAGS += $${COMPILER_FLAGS}
QMAKE_CFLAGS += $${COMPILER_FLAGS}

#settings for softfloat
#QMAKE_CXXFLAGS += -O3 -march=armv7-a -mtune=cortex-a9 -mfpu=neon -mfloat-abi=softfp -DLINUX=1 -DEGL_API_FB=1 --sysroot=/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabi/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabi -L/opt/OSELAS.Toolchain-2014.12.2/arm-v7a-linux-gnueabi/gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized/sysroot-arm-v7a-linux-gnueabi/usr/lib
Expand Down Expand Up @@ -66,10 +61,4 @@ QMAKE_INCDIR += $${SYSROOT_DIR}/usr/include/gstreamer-1.0
QMAKE_INCDIR += $${SYSROOT_DIR}/usr/include/libxml2
QMAKE_INCDIR += $${SYSROOT_DIR}/usr/include/openssl

#PKG_CONFIG_SYSROOT_DIR = $${SYSROOT_DIR}
#PKG_CONFIG = $${SYSROOT_DIR}/../sysroot-cross/bin/pkg-config

QT_QPA_DEFAULT_PLATFORM = xcb
QT_XCB_GL_INTEGRATION = xcb_egl

load(qt_config)
53 changes: 53 additions & 0 deletions ptxproj/config/wpasupplicant/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ CONFIG_EAP_MSCHAPV2=y

# EAP-TLS
CONFIG_EAP_TLS=y
# Enable EAP-TLSv1.3 support by default (currently disabled unless explicitly
# enabled in network configuration)
#CONFIG_EAP_TLSV1_3=y

# EAL-PEAP
CONFIG_EAP_PEAP=y
Expand Down Expand Up @@ -203,9 +206,15 @@ CONFIG_HT_OVERRIDES=y
# Support VHT overrides (disable VHT, mask MCS rates, etc.)
CONFIG_VHT_OVERRIDES=y

# Support HE overrides
#CONFIG_HE_OVERRIDES=y

# Development testing
#CONFIG_EAPOL_TEST=y

# Support IPv6
CONFIG_IPV6=y

# Select control interface backend for external programs, e.g, wpa_cli:
# unix = UNIX domain sockets (default for Linux/*BSD)
# udp = UDP sockets using localhost (127.0.0.1)
Expand Down Expand Up @@ -248,6 +257,9 @@ CONFIG_WPA_CLI_EDIT=y
# Simultaneous Authentication of Equals (SAE), WPA3-Personal
CONFIG_SAE=y

# SAE Public Key, WPA3-Personal
#CONFIG_SAE_PK=y

# Disable scan result processing (ap_scan=1) to save code size by about 1 kB.
# This can be used if ap_scan=1 mode is never enabled.
#CONFIG_NO_SCAN_PROCESSING=y
Expand Down Expand Up @@ -389,6 +401,22 @@ CONFIG_TLSV12=y
# amount of memory/flash.
#CONFIG_DYNAMIC_EAP_METHODS=y

# Dynamic library loading

# Add the ability to configure libraries to load at compile time.
# If set, these disable dynamic configuration.
#CONFIG_PKCS11_ENGINE_PATH - pkcs11_engine library location.
#CONFIG_PKCS11_MODULE_PATH - pkcs11_module library location.
#CONFIG_OPENSC_ENGINE_PATH - opensc_engine library location.
#
# Prevent library loading at runtime
#CONFIG_NO_PKCS11_ENGINE_PATH=y # prevents loading pkcs11_engine library.
#CONFIG_NO_PKCS11_MODULE_PATH=y # prevents loading pkcs11_module library.
# CONFIG_NO_OPENSC_ENGINE_PATH=y # prevents loading opensc_engine library.

# Prevents loading EAP libraries at runtime
#CONFIG_NO_LOAD_DYNAMIC_EAP=y

# IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode
CONFIG_IEEE80211R=y

Expand Down Expand Up @@ -474,6 +502,16 @@ CONFIG_GETRANDOM=y
# IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
CONFIG_IEEE80211AC=y

# IEEE 802.11ax HE support (mainly for AP mode)
CONFIG_IEEE80211AX=y

# IEEE 802.11be EHT support (mainly for AP mode)
# CONFIG_IEEE80211AX is mandatory for setting CONFIG_IEEE80211BE.
# Note: This is experimental and work in progress. The definitions are still
# subject to change and this should not be expected to interoperate with the
# final IEEE 802.11be version.
#CONFIG_IEEE80211BE=y

# Wireless Network Management (IEEE Std 802.11v-2011)
# Note: This is experimental and not complete implementation.
#CONFIG_WNM=y
Expand Down Expand Up @@ -633,3 +671,18 @@ CONFIG_DPP2=y
# design is still subject to change. As such, this should not yet be enabled in
# production use.
#CONFIG_PASN=y

# Disable support for Radio Measurement (IEEE 802.11k) and supported operating
# class indication. Removing these is not recommended since they can help the
# AP manage the network and STA steering.
#CONFIG_NO_RRM=y

# Disable support for Robust AV streaming for consumer and enterprise Wi-Fi
# applications; IEEE Std 802.11-2020, 4.3.24; SCS, MSCS, QoS Management
#CONFIG_NO_ROBUST_AV=y

# Disable support for WMM admission control
#CONFIG_NO_WMM_AC=y

# Wi-Fi Aware unsynchronized service discovery (NAN USD)
#CONFIG_NAN_USD=y
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/TscParamServ_0.2.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/canopen_1.4_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/canopen_1.4_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-cmpwsserver_2.0.19_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-cmpwsserver_2.0.19_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvbacnet_1.5.0_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvcanl2_1.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvcanm_1.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvcans_1.0.3_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-iodrvdps_0.0.2_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-sysutil_2.0.16_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-sysutil_2.0.16_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tsccurl_0.0.4_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tsccurl_0.0.4_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscdpslib_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscdpslib_0.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscdrm_1.7.0_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscexttask_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscexttask_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscled_0.0.3_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscled_0.0.3_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscoms_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscoms_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscprocess_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscrunled_0.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsecure_2.1.2_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsnmp_0.1.0_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsnmp_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsysext_0.3.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsysext_0.3.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsyslog_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscsyslog_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tsctime_0.0.6_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tsctime_0.0.6_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/cds3-tscuserdb_0.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/checksystem_0.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/codesys-3.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/dal_0.0.1_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/dal_0.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/dalshell_1.0_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/dataagent_1.16_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/drm.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/drm_1.1.4_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/fp_x509-pkey_0.2.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/fwupdate_0.1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/io-check_1.5_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/io_check.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libModbusConfig.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Git LFS file not shown
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdpc31Driver_trunk_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdpc31Stack_main_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdps_trunk_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libdps_trunk_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libmodbusconfig_0.0.2_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libpackbus.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libpackbus_1.0.0_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/libwagodrm_1.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/licenses_1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/log-system-info_0.1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/modbus-tests_1.0.4_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/oms_0.2.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/online_update_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_activesystem_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_codesys3_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_combo_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_display_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_docker_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_filetransfer_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_lighttpd_2.0.3_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_memorycard_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_netconf_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_networking_1.1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_networktime_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_reboot_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_routing_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_secureshell_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_services_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_snmp_1.0.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_systemtime_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/pp_update-hs_1.0.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/progexecd.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/progexecd_2.0.1_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/start_microbrowser_1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/svnrevision_1.0_armhf.ipk
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/typelabel.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/typelabel_1.0.0_armhf.ipk
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wago-logging_1.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wago-optparsing_1.0.1_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wago-privileges_1.0.1_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wago-system_0.1.0_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wago-trace_0.1.0_armhf.tgz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wdx-file_2.1.5_armhf.tgz
Binary file not shown.
Binary file modified ptxproj/configs/vtp-ctp/packages/wretain_1.1.0_armhf.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions ptxproj/configs/vtp-ctp/platformconfig
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ PTXCONF_KERNEL=y
PTXCONF_KERNEL_ARTIFACTORY=y
PTXCONF_KERNEL_URL_TEMPLATE="%ARTIFACTORY_BASE_URL%/kernel-generic-prod/wago/linux/release/imx6_vtpctp/imx6_vtpctp-%VERSION%/.build/deploy/linux-%VERSION%.tgz"
PTXCONF_KERNEL_RT_PATCH="rt62"
PTXCONF_KERNEL_LOCALVERSION="w04.03.05"
PTXCONF_KERNEL_LOCALVERSION="w04.03.06"
PTXCONF_KERNEL_XPKG=y
PTXCONF_KERNEL_INSTALL=y
PTXCONF_KERNEL_MODULES=y
PTXCONF_KERNEL_MODULES_INSTALL=y
PTXCONF_KERNEL_VERSION="5.15.107"
PTXCONF_KERNEL_MD5="d76fec8e06d56f3edbd9fed5531b6226"
PTXCONF_KERNEL_MD5="a19a38fb658ae3f41d4a2b16205ee578"
# PTXCONF_KERNEL_IMAGE_BZ is not set
# PTXCONF_KERNEL_IMAGE_Z is not set
# PTXCONF_KERNEL_IMAGE_XIP is not set
Expand Down Expand Up @@ -175,8 +175,8 @@ PTXCONF_BAREBOX_ARCH_STRING="arm"
PTXCONF_BAREBOX=y
PTXCONF_BAREBOX_URL_TEMPLATE="%ARTIFACTORY_BASE_URL%/kernel-generic-prod/wago/barebox/release/imx6_vtpctp/imx6_vtpctp-%VERSION%/.build/deploy/barebox-%VERSION%.tgz"
PTXCONF_BAREBOX_VERSION="2021.10.0"
PTXCONF_BAREBOX_LOCALVERSION="w04.03.02_15"
PTXCONF_BAREBOX_MD5="02b5b7b7814b6384be08ba6a565a3753"
PTXCONF_BAREBOX_LOCALVERSION="w04.03.03_15"
PTXCONF_BAREBOX_MD5="07116c17019d40f01ab7d9f914d71725"
PTXCONF_BAREBOX_CONFIG="imx6_vtpctp_defconfig"
# PTXCONF_BAREBOX_EXTRA_ENV is not set
# PTXCONF_BAREBOX_BAREBOXENV is not set
Expand Down
Loading

0 comments on commit ba7c103

Please sign in to comment.