Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/175a7d2778ad26a244f5c846a6385413c87d95a7/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
Wolfgang Denk 3fe63839f3 Minor Coding Style cleanup 13 years ago
..
Makefile net: use common rand()/srand() functions 13 years ago
arp.c net: Allow filtering on debug traces in the net subsystem 13 years ago
arp.h net: Separate ArpRequest() into lower-level func 13 years ago
bootp.c net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY 13 years ago
bootp.h net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE 13 years ago
cdp.c net: Refactor to separate the UDP handler from the ARP handler 13 years ago
cdp.h net: cosmetic: Rename CDPHandler to cdp_receive 13 years ago
dns.c net: Refactor to separate the UDP handler from the ARP handler 13 years ago
dns.h
eth.c net: add helper to generate random mac address 13 years ago
link_local.c Minor Coding Style cleanup 13 years ago
link_local.h net: Add link-local addressing support 13 years ago
net.c net: Allow filtering on debug traces in the net subsystem 13 years ago
net_rand.h net: use common rand()/srand() functions 13 years ago
nfs.c net: Refactor to separate the UDP handler from the ARP handler 13 years ago
nfs.h
ping.c net: Allow filtering on debug traces in the net subsystem 13 years ago
ping.h net: cosmetic: Un-typedef Ethernet_t 13 years ago
rarp.c net: Allow filtering on debug traces in the net subsystem 13 years ago
rarp.h net: cosmetic: Un-typedef IP_t 13 years ago
sntp.c net: Refactor to separate the UDP handler from the ARP handler 13 years ago
sntp.h
tftp.c net: Refactor to separate the UDP handler from the ARP handler 13 years ago
tftp.h