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

Prepare v2014.01-rc2

Signed-off-by: Tom Rini <trini@ti.com>
master
Tom Rini 12 years ago
parent 215ab45a67
commit fd44194945
  1. 2
      Makefile

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

Loading…
Cancel
Save