Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/4fcd0b33c7a0db2e86cccdc1831db235a6bc1b2d/board/micronas/vct/config.mk
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# (C) Copyright 2008 Stefan Roese <sr@denx.de>, DENX Software Engineering
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
#
|
|
# vct_xxx boards with MIPS 4Kc CPU core
|
|
#
|
|
|
|
ifndef CONFIG_SYS_TEXT_BASE
|
|
CONFIG_SYS_TEXT_BASE = 0x87000000
|
|
endif
|
|
|