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

Blackfin: enable LZMA for all ADI boards

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
master
Mike Frysinger 16 years ago
parent 0e63dc0679
commit 7c7503ee6c
  1. 5
      include/configs/bfin_adi_common.h

@ -217,4 +217,9 @@
# define CONFIG_NET_RETRY_COUNT 20
#endif
/*
* Misc Settings
*/
#define CONFIG_LZMA
#endif

Loading…
Cancel
Save