Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/src/commit/ddbcf8f2c2d1be734c91948a0c1b676a5eb5087f/board/armadeus/apf27/Makefile
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#
|
|
# (C) Copyright 2000-2004
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
# (C) Copyright 2012-2013
|
|
# Eric Jarrige <eric.jarrige@armadeus.org>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := apf27.o
|
|
obj-y += lowlevel_init.o
|
|
obj-$(CONFIG_FPGA) += fpga.o
|
|
|