mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-27 18:18:57 +00:00
Updated Ruby code, add support for RTL8812EU in Ruby SSC338Q config (#1487)
This commit is contained in:
@@ -99,8 +99,9 @@ BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
|
||||
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
|
||||
BR2_PACKAGE_RTL8733BU_OPENIPC=y
|
||||
#BR2_PACKAGE_RTL8733BU_OPENIPC=y
|
||||
BR2_PACKAGE_RTL8812AU_OPENIPC=y
|
||||
BR2_PACKAGE_RTL88X2EU_OPENIPC=y
|
||||
|
||||
# FPV
|
||||
BR2_PACKAGE_RUBYFPV=y
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
RUBYFPV_SITE_METHOD = git
|
||||
RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV
|
||||
RUBYFPV_VERSION = b53cfc506534ea89cb2bd8b624dd49d03a1792a9
|
||||
RUBYFPV_VERSION = 824279342ad5aeb173a1b67227e28f984b9c0e11
|
||||
|
||||
RUBYFPV_DEPENDENCIES += libpcap iw
|
||||
|
||||
|
||||
Reference in New Issue
Block a user