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

Prepare v2011.06-rc1

Signed-off-by: Wolfgang Denk <wd@denx.de>
master
Wolfgang Denk 14 years ago
parent cd6881b519
commit 7a82c20814
  1. 4
      Makefile

@ -22,9 +22,9 @@
#
VERSION = 2011
PATCHLEVEL = 03
PATCHLEVEL = 06
SUBLEVEL =
EXTRAVERSION =
EXTRAVERSION = -rc1
ifneq "$(SUBLEVEL)" ""
U_BOOT_VERSION = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
else

Loading…
Cancel
Save