|
|
@ -225,10 +225,14 @@ submodules at specific revisions. |
|
|
|
default=False, |
|
|
|
default=False, |
|
|
|
help="enable generation of scripting documentation") |
|
|
|
help="enable generation of scripting documentation") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
g.add_option('--enable-opendroneid', action='store_true', |
|
|
|
|
|
|
|
default=False, |
|
|
|
|
|
|
|
help="Enables OpenDroneID") |
|
|
|
|
|
|
|
|
|
|
|
g.add_option('--enable-check-firmware', action='store_true', |
|
|
|
g.add_option('--enable-check-firmware', action='store_true', |
|
|
|
default=False, |
|
|
|
default=False, |
|
|
|
help="Enables firmware ID checking on boot") |
|
|
|
help="Enables firmware ID checking on boot") |
|
|
|
|
|
|
|
|
|
|
|
g = opt.ap_groups['linux'] |
|
|
|
g = opt.ap_groups['linux'] |
|
|
|
|
|
|
|
|
|
|
|
linux_options = ('--prefix', '--destdir', '--bindir', '--libdir') |
|
|
|
linux_options = ('--prefix', '--destdir', '--bindir', '--libdir') |
|
|
|