Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -2,8 +2,8 @@ config BR2_PACKAGE_SUNXI_TOOLS
bool "sunxi nand-part"
depends on BR2_arm
help
nand-part is part of sunxi-tools for Allwinner A10 (aka sun4i) and
A13 (aka sun5i) based devices. It is a tool to repartition the
internal NAND on sunxi devices.
nand-part is part of sunxi-tools for Allwinner A10 (aka
sun4i) and A13 (aka sun5i) based devices. It is a tool to
repartition the internal NAND on sunxi devices.
http://linux-sunxi.org/Sunxi-tools

View File

@@ -6,19 +6,19 @@
SUNXI_TOOLS_VERSION = v1.4.1
SUNXI_TOOLS_SITE = $(call github,linux-sunxi,sunxi-tools,$(SUNXI_TOOLS_VERSION))
SUNXI_TOOLS_LICENSE = GPLv2+
SUNXI_TOOLS_LICENSE = GPL-2.0+
SUNXI_TOOLS_LICENSE_FILES = LICENSE.md
HOST_SUNXI_TOOLS_DEPENDENCIES = host-libusb host-pkgconf
FEX2BIN = $(HOST_DIR)/usr/bin/fex2bin
FEX2BIN = $(HOST_DIR)/bin/fex2bin
define HOST_SUNXI_TOOLS_BUILD_CMDS
$(HOST_MAKE_ENV) $(MAKE) CC="$(HOSTCC)" PREFIX=$(HOST_DIR)/usr \
$(HOST_MAKE_ENV) $(MAKE) CC="$(HOSTCC)" PREFIX=$(HOST_DIR) \
EXTRA_CFLAGS="$(HOST_CFLAGS)" LDFLAGS="$(HOST_LDFLAGS)" \
-C $(@D) tools
endef
define HOST_SUNXI_TOOLS_INSTALL_CMDS
$(HOST_MAKE_ENV) $(MAKE) PREFIX=$(HOST_DIR)/usr \
$(HOST_MAKE_ENV) $(MAKE) PREFIX=$(HOST_DIR) \
-C $(@D) install-tools
endef