Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/3d2b6a2e5f57f752c2541116beb89bf6db41a841/include/mtd_node.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef _NODE_INFO
|
|
#define _NODE_INFO
|
|
|
|
/*
|
|
* Info we use to search for a flash node in DTB.
|
|
*/
|
|
struct node_info {
|
|
const char *compat; /* compatible string */
|
|
int type; /* mtd flash type */
|
|
};
|
|
#endif
|
|
|