mirror of https://github.com/OpenIPC/firmware.git
Update for Ruby version 9.6 (#1519)
parent
8ef0aedcb6
commit
b28160073b
|
@ -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))
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue