diff options
Diffstat (limited to 'package/linux-syscall-support/linux-syscall-support.mk')
-rw-r--r-- | package/linux-syscall-support/linux-syscall-support.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/linux-syscall-support/linux-syscall-support.mk b/package/linux-syscall-support/linux-syscall-support.mk index 6ff4508bc4..6833a62f13 100644 --- a/package/linux-syscall-support/linux-syscall-support.mk +++ b/package/linux-syscall-support/linux-syscall-support.mk @@ -4,8 +4,8 @@ # ################################################################################ -# Use the same version that the one used by Google-breakpad 1373 -LINUX_SYSCALL_SUPPORT_VERSION = e6c7682c40c27527894fbb8bcba38f77edbbb6b7 +# Use the same version that the one used by Google-breakpad (see DEPS file) +LINUX_SYSCALL_SUPPORT_VERSION = 3f6478ac95edf86cd3da300c2c0d34a438f5dbeb LINUX_SYSCALL_SUPPORT_SITE = https://chromium.googlesource.com/linux-syscall-support LINUX_SYSCALL_SUPPORT_SITE_METHOD = git LINUX_SYSCALL_SUPPORT_LICENSE = BSD-3c |