2018-07-12 17:45:44 +05:30
|
|
|
menu "Example Configuration"
|
|
|
|
|
2019-06-12 14:15:06 +05:30
|
|
|
config EXAMPLE_FIRMWARE_UPGRADE_URL
|
2019-06-10 14:43:24 +05:30
|
|
|
string "firmware upgrade url endpoint"
|
|
|
|
default "https://192.168.0.3:8070/hello-world.bin"
|
2019-01-25 17:10:53 +01:00
|
|
|
help
|
2019-06-10 14:43:24 +05:30
|
|
|
URL of server which hosts the firmware
|
|
|
|
image.
|
|
|
|
|
2019-06-12 14:15:06 +05:30
|
|
|
config EXAMPLE_FIRMWARE_UPGRADE_URL_FROM_STDIN
|
2019-06-10 14:43:24 +05:30
|
|
|
bool
|
2019-06-20 15:48:20 +05:30
|
|
|
default y if EXAMPLE_FIRMWARE_UPGRADE_URL = "FROM_STDIN"
|
2019-06-12 14:15:06 +05:30
|
|
|
|
|
|
|
config EXAMPLE_SKIP_COMMON_NAME_CHECK
|
|
|
|
bool "Skip server certificate CN fieldcheck"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This allows you to skip the validation of OTA server certificate CN field.
|
|
|
|
|
2018-07-12 17:45:44 +05:30
|
|
|
endmenu
|