Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user