mirror of https://github.com/ArduPilot/ardupilot
Tools: use "--enable-PPP" not "--enable-PPP_Support"
This commit is contained in:
parent
96cf157df9
commit
ef5e3c5662
|
@ -419,7 +419,7 @@ BUILD_OPTIONS = [
|
|||
Feature('Filesystem', 'FILESYSTEM_SYS', 'AP_FILESYSTEM_SYS_ENABLED', 'Enable @SYS/ filesystem', 0, None),
|
||||
Feature('Filesystem', 'APJ_TOOL_PARAMETERS', 'FORCE_APJ_DEFAULT_PARAMETERS', 'Enable apj_tool parameter area', 0, None),
|
||||
|
||||
Feature('Networking', 'PPP Support', 'AP_NETWORKING_BACKEND_PPP', 'Enable PPP networking', 0, None),
|
||||
Feature('Networking', 'PPP', 'AP_NETWORKING_BACKEND_PPP', 'Enable PPP networking', 0, None),
|
||||
|
||||
Feature('DroneCAN', 'DroneCAN', 'HAL_ENABLE_DRONECAN_DRIVERS', 'Enable DroneCAN support', 0, None),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue