Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/4166ba3b2351aa72c372f66a54e9fb92cffbd230/include/timestamp.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
/*
|
|
* Copyright 2008 Extreme Engineering Solutions, Inc.
|
|
*
|
|
* SPDX-License-Identifier: GPL-2.0+
|
|
*/
|
|
|
|
#ifndef __TIMESTAMP_H__
|
|
#define __TIMESTAMP_H__
|
|
|
|
#ifndef DO_DEPS_ONLY
|
|
#include "generated/timestamp_autogenerated.h"
|
|
#endif
|
|
|
|
#endif /* __TIMESTAMP_H__ */
|
|
|