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

Prepare v2012.10-rc3

Signed-off-by: Tom Rini <trini@ti.com>
master
Tom Rini 13 years ago
parent dec96689ca
commit c7c6322143
  1. 2
      Makefile

@ -24,7 +24,7 @@
VERSION = 2012
PATCHLEVEL = 10
SUBLEVEL =
EXTRAVERSION = -rc2
EXTRAVERSION = -rc3
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else

Loading…
Cancel
Save