Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/b2237a4f5d9a285e6c4f0ae425dbd7504b8b4af5?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

cmd: Kconfig: Fix a dependency of CMD_MTDPARTS

Remove the ARCH_SUNXI dependency.

Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Jagan Teki <jagan@openedev.com>
Signed-off-by: Karl Beldan <karl.beldan-ext@sagemcom.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
master
Karl Beldan 8 years ago committed by Tom Rini
parent fc94f209a8
commit b2237a4f5d
  1. 1
      cmd/Kconfig

@ -1196,7 +1196,6 @@ config CMD_JFFS2
filesystem information. filesystem information.
config CMD_MTDPARTS config CMD_MTDPARTS
depends on ARCH_SUNXI
bool "MTD partition support" bool "MTD partition support"
help help
MTD partition support MTD partition support

Loading…
Cancel
Save