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

openrisc: Add architecture to MAKEALL

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
master
Stefan Kristiansson 14 years ago committed by Wolfgang Denk
parent f179cc6489
commit deddf5d2e3
  1. 5
      MAKEALL

@ -409,6 +409,11 @@ LIST_mips_el=" \
${LIST_xburst_el} \
${LIST_au1xx0_el} \
"
#########################################################################
## OpenRISC Systems
#########################################################################
LIST_openrisc="$(boards_by_arch openrisc)"
#########################################################################
## x86 Systems

Loading…
Cancel
Save