File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ BR2_TARGET_ROOTFS_INITRAMFS=y
4242
4343# select/deselect webkiosk/thinroot applications
4444BR2_PACKAGE_QUTSELECT=y
45- BR2_PACKAGE_THINLINC_NIGHTLY =y
45+ BR2_PACKAGE_THINLINC =y
4646BR2_PACKAGE_FREERDP3=y
4747BR2_PACKAGE_FREERDP3_RDPECAM=y
4848# BR2_PACKAGE_FREERDP3_CLIENT_WL is not set
Original file line number Diff line number Diff line change 66#
77# ###############################################################################
88
9- THINLINC_NIGHTLY_VERSION = 4.20 .0post
9+ THINLINC_NIGHTLY_VERSION = 4.21 .0post
1010THINLINC_NIGHTLY_SITE = https://www.cendio.com/downloads/nightly
1111THINLINC_NIGHTLY_SOURCE = tl-nightly-clients.zip
1212
Original file line number Diff line number Diff line change 11# Locally computed
2- sha256 7d37b31a19f45044844113eb1d855935ca65578f306f95ffc6aa6521f2d12c00 tl-4.18.0-3768-client-linux-dynamic-x86_64.tar.gz
32sha256 cd35be934574a197cc01399e7c3a2a9e5451e42215b0aab7ea9f29771927a643 tl-4.18.0-3768-client-linux-dynamic-armhf.tar.gz
3+ sha256 5c993aa061cc49d315986cd97d79d54e750e083661f917dd93e00c47ef4f57b4 tl-4.21.0-4588-client-linux-dynamic-x86_64.tar.gz
4+ sha256 08d70ea88915127b07dd362ccdf4131bfd2f4c4c948ab88b4968ed661afff819 tl-4.21.0-4588-client-linux-dynamic-aarch64.tar.gz
Original file line number Diff line number Diff line change 66#
77# ###############################################################################
88
9- THINLINC_VERSION = 4.18 .0-3768
9+ THINLINC_VERSION = 4.21 .0-4588
1010THINLINC_SITE = https://www.cendio.com/downloads/clients
1111
1212ifeq ($(call qstrip,$(BR2_ARCH ) ) ,x86_64)
1313THINLINC_SOURCE = tl-$(THINLINC_VERSION ) -client-linux-dynamic-x86_64.tar.gz
1414else ifeq ($(call qstrip,$(BR2_ARCH)),aarch64)
15- THINLINC_SOURCE = tl-$(THINLINC_VERSION ) -client-linux-dynamic-armhf .tar.gz
15+ THINLINC_SOURCE = tl-$(THINLINC_VERSION ) -client-linux-dynamic-aarch64 .tar.gz
1616else ifeq ($(call qstrip,$(BR2_ARCH)),arm)
1717THINLINC_SOURCE = tl-$(THINLINC_VERSION ) -client-linux-dynamic-armhf.tar.gz
1818endif
Original file line number Diff line number Diff line change @@ -70,4 +70,4 @@ BR_PACKAGE_NAME=${BR_PACKAGE_NAME//-/_}
7070sed -i " s/${BR_PACKAGE_NAME} _VERSION = .*/${BR_PACKAGE_NAME} _VERSION = ${ID} /g" " buildroot-external/package/${PACKAGE_NAME} /${PACKAGE_NAME} .mk"
7171
7272update_hash x86_64
73- update_hash armhf
73+ update_hash aarch64
You can’t perform that action at this time.
0 commit comments