mirror of https://github.com/OpenIPC/firmware.git
parent
4d3c0d0ebb
commit
a0e7a3b569
general/package/rubyfpv
files
|
@ -17,7 +17,7 @@ case "$1" in
|
|||
fi
|
||||
|
||||
echo "Starting Ruby..." >> /tmp/ruby_boot.log
|
||||
/usr/sbin/ruby_start -noop
|
||||
/usr/sbin/ruby_start &
|
||||
;;
|
||||
stop)
|
||||
echo "Stopping Ruby..." >> /tmp/ruby_boot.log
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
RUBYFPV_SITE_METHOD = git
|
||||
RUBYFPV_SITE = https://github.com/PetruSoroaga/RubyFPV
|
||||
RUBYFPV_VERSION = 457e26be5061ed36f16d8b312cef4b98361f5d97
|
||||
RUBYFPV_VERSION = d600b7be18b8d5b2b5d1cf2112521ed72f282ffb
|
||||
|
||||
RUBYFPV_DEPENDENCIES += libpcap iw
|
||||
|
||||
|
|
Loading…
Reference in New Issue