Update for Ruby version 9.6 (#1519)

pull/1522/head
Petru Soroaga 2024-08-15 11:22:56 +03:00 committed by GitHub
parent 8ef0aedcb6
commit b28160073b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -20,15 +20,15 @@ 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)
$(LINUX_PATCHER_CONFIG_TIMERS) # $(LINUX_PATCHER_CONFIG_TIMERS)
endef endef
$(eval $(generic-package)) $(eval $(generic-package))

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 = cfa96e53747c795f0cf07b866580e5e2fede05ff
RUBYFPV_DEPENDENCIES += libpcap iw RUBYFPV_DEPENDENCIES += libpcap iw