Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/458a070076dc920a7106f0c8f0cfa880503ce498/include/mii_phy.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef _MII_PHY_H_
|
|
#define _MII_PHY_H_
|
|
|
|
void mii_discover_phy(void);
|
|
unsigned short mii_phy_read(unsigned short reg);
|
|
void mii_phy_write(unsigned short reg, unsigned short val);
|
|
|
|
#endif
|
|
|