mirror of https://github.com/OpenIPC/firmware.git
Update for Ruby version 9.6
Also disable for now the custom kernel timer setting for Ruby, use default one.pull/1519/head
parent
8ef0aedcb6
commit
562a7ffc25
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue