Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/7f0cfe478bd817d2bb373522222cf06630fea3cd/common/system_map.c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* The builtin symbol table for use with kallsyms
|
|
*
|
|
* Copyright (c) 2008-2009 Analog Devices Inc.
|
|
* Licensed under the GPL-2 or later.
|
|
*/
|
|
|
|
const char const system_map[] = SYSTEM_MAP;
|
|
|