Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/a4bdf1def41a75a8e5a9203d0ad39f0120f8a583/board/miromico/hammerhead/Kconfig
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
if TARGET_HAMMERHEAD
|
|
|
|
config SYS_BOARD
|
|
default "hammerhead"
|
|
|
|
config SYS_VENDOR
|
|
default "miromico"
|
|
|
|
config SYS_SOC
|
|
default "at32ap700x"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "hammerhead"
|
|
|
|
endif
|
|
|