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

Prepare v2013.07-rc3

Signed-off-by: Tom Rini <trini@ti.com>
master
Tom Rini 12 years ago
parent 8d94e6848f
commit 68c517eafc
  1. 2
      Makefile

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

Loading…
Cancel
Save