Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/d7b1970015e62d37b26bb6b94b64ae36728c63cc/net You should set ROOT_URL correctly, otherwise the web may not work correctly.
upstream u-boot with additional patches for our devices/boards: https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ; Gbit ethernet patch for some LIME2 revisions ; with SPI flash support
 
 
 
 
 
 
u-boot/net
Ben Warren 8ad25bf8d9 Net: clarify board/cpu_eth_init calls 15 years ago
..
Makefile rarp: Condtionally compile rarp support 15 years ago
bootp.c net: Fix potential empty DHCP Parameter Request List 15 years ago
bootp.h net: express the first argument to NetSetTimeout() in milliseconds 17 years ago
dns.c Coding Style cleanup; update CHANGELOG. 16 years ago
dns.h Add DNS support 16 years ago
eth.c Net: clarify board/cpu_eth_init calls 15 years ago
net.c rarp: Condtionally compile rarp support 15 years ago
nfs.c net: pull CONFIG checks out of source and into makefile 16 years ago
nfs.h nfs: accept CONFIG_NFS_READ_SIZE from config file 16 years ago
rarp.c net: pull CONFIG checks out of source and into makefile 16 years ago
rarp.h
sntp.c minor debug cleanups in ./net 16 years ago
sntp.h
tftp.c TFTP: allow for adjustable retransmission timout 15 years ago
tftp.h