Skip to content

Commit

Permalink
Update for Ruby version 9.6
Browse files Browse the repository at this point in the history
Also disable for now the custom kernel timer setting for Ruby, use default one.
  • Loading branch information
PetruSoroaga committed Aug 13, 2024
1 parent 8ef0aed commit 562a7ff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions general/package/linux-patcher/linux-patcher.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ define LINUX_PATCHER_CONFIG_ATHEROS
endef
endif

ifeq ($(OPENIPC_VARIANT),rubyfpv)
define LINUX_PATCHER_CONFIG_TIMERS
$(call KCONFIG_ENABLE_OPT,CONFIG_HZ_1000)
endef
endif
# ifeq ($(OPENIPC_VARIANT),rubyfpv)
# define LINUX_PATCHER_CONFIG_TIMERS
# $(call KCONFIG_ENABLE_OPT,CONFIG_HZ_1000)
# endef
# endif

define LINUX_PATCHER_LINUX_CONFIG_FIXUPS
$(LINUX_PATCHER_CONFIG_ATHEROS)
Expand Down
2 changes: 1 addition & 1 deletion general/package/rubyfpv/rubyfpv.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RUBYFPV_SITE_METHOD = git
RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV
RUBYFPV_VERSION = 3befef3fd0042bd37d1dd8bccff6d72cddeeb879
RUBYFPV_VERSION = ee0bcd00c012d694f62a82f2f2c2fc3de2c24a01

RUBYFPV_DEPENDENCIES += libpcap iw

Expand Down

0 comments on commit 562a7ff

Please sign in to comment.