mirror of https://github.com/OpenIPC/firmware.git
Fix rubyfpvbuild (#1334)
parent
5f03f03431
commit
cb86babcc8
|
@ -9,7 +9,7 @@ define RUBYFPV_BUILD_CMDS
|
|||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_logger)
|
||||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_timeinit)
|
||||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_rt_vehicle)
|
||||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_tx_telementry)
|
||||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_tx_telemetry)
|
||||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_rx_rc)
|
||||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_rx_commands)
|
||||
(cd $(@D); $(TARGET_CC) -s ruby_start.c -o ruby_vehicle)
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
/etc/sensors/bt656_720p.ini
|
||||
/etc/sensors/gc1054_i2c_720p.ini
|
||||
/etc/sensors/gc2053_i2c_1080p.ini
|
||||
/etc/sensors/gc4653_i2c_4M.ini
|
||||
/etc/sensors/jxf23_i2c_1080p.ini
|
||||
|
|
Loading…
Reference in New Issue