Update for Ruby version 9.6

Also disable for now the custom kernel timer setting for Ruby, use default one.
pull/1519/head
Petru Soroaga 2024-08-13 09:13:22 +03:00
parent 8ef0aedcb6
commit 562a7ffc25
2 changed files with 6 additions and 6 deletions

View File

@ -20,11 +20,11 @@ define LINUX_PATCHER_CONFIG_ATHEROS
endef endef
endif endif
ifeq ($(OPENIPC_VARIANT),rubyfpv) # ifeq ($(OPENIPC_VARIANT),rubyfpv)
define LINUX_PATCHER_CONFIG_TIMERS # define LINUX_PATCHER_CONFIG_TIMERS
$(call KCONFIG_ENABLE_OPT,CONFIG_HZ_1000) # $(call KCONFIG_ENABLE_OPT,CONFIG_HZ_1000)
endef # endef
endif # endif
define LINUX_PATCHER_LINUX_CONFIG_FIXUPS define LINUX_PATCHER_LINUX_CONFIG_FIXUPS
$(LINUX_PATCHER_CONFIG_ATHEROS) $(LINUX_PATCHER_CONFIG_ATHEROS)

View File

@ -1,6 +1,6 @@
RUBYFPV_SITE_METHOD = git RUBYFPV_SITE_METHOD = git
RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV
RUBYFPV_VERSION = 3befef3fd0042bd37d1dd8bccff6d72cddeeb879 RUBYFPV_VERSION = ee0bcd00c012d694f62a82f2f2c2fc3de2c24a01
RUBYFPV_DEPENDENCIES += libpcap iw RUBYFPV_DEPENDENCIES += libpcap iw