Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/03c6cd39f9184143fd8c537872b3d4b2e03f1466
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
5 additions and
5 deletions
post/Makefile
post/board/lwmon5/Makefile
post/cpu/ppc4xx/Makefile
@ -22,7 +22,7 @@
#
i n c l u d e $( TOPDIR ) / c o n f i g . m k
i n c l u d e $( TOPDI R ) / i n c l u d e / a u t o c o n f . m k
i n c l u d e $( OBJ TREE ) / i n c l u d e / a u t o c o n f . m k
LIB = libpost.a
GPLIB-$(CONFIG_HAS_POST) += libgenpost.a
@ -38,8 +38,8 @@ SPLIB-$(CONFIG_HAS_POST) += $(shell if [ -d cpu/$(CPU) ]; then echo \
SPLIB-$(CONFIG_HAS_POST) += $( shell if [ -d board/$( BOARD) ] ; then echo \
" board/ $( BOARD) /libpost $( BOARD) .a " ; fi )
GPLIB := $( GPLIB-y)
SPLIB := $( SPLIB-y)
GPLIB := $( addprefix $( obj) ,$( GPLIB-y) )
SPLIB := $( addprefix $( obj) ,$( SPLIB-y) )
COBJS := $( COBJS-y)
SRCS := $( SOBJS:.o= .S) $( COBJS:.o= .c)
OBJS := $( addprefix $( obj) ,$( COBJS) )
@ -20,7 +20,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
i n c l u d e $( TOPDI R ) / i n c l u d e / a u t o c o n f . m k
i n c l u d e $( OBJ TREE ) / i n c l u d e / a u t o c o n f . m k
LIB = libpostlwmon5.a
@ -20,7 +20,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
# MA 02111-1307 USA
#
i n c l u d e $( TOPDI R ) / i n c l u d e / a u t o c o n f . m k
i n c l u d e $( OBJ TREE ) / i n c l u d e / a u t o c o n f . m k
LIB = libpostppc4xx.a