Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/cddb6b8304bfbc34f43920051256de7fe6c4c0ab You should set ROOT_URL correctly, otherwise the web may not work correctly.

Prepare v2014.01-rc3

Signed-off-by: Tom Rini <trini@ti.com>
master
Tom Rini 11 years ago
parent 0effc5e567
commit cddb6b8304
  1. 2
      Makefile

@ -8,7 +8,7 @@
VERSION = 2014
PATCHLEVEL = 01
SUBLEVEL =
EXTRAVERSION = -rc2
EXTRAVERSION = -rc3
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else

Loading…
Cancel
Save