update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,22 @@
################################################################################
#
# i7z
#
################################################################################
I7Z_VERSION = 5023138d7c35c4667c938b853e5ea89737334e92
I7Z_SITE = $(call github,ajaiantilal,i7z,$(I7Z_VERSION))
I7Z_LICENSE = GPLv2
I7Z_LICENSE_FILES = COPYING
I7Z_DEPENDENCIES = ncurses
define I7Z_BUILD_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D)
endef
define I7Z_INSTALL_TARGET_CMDS
$(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) install \
DESTDIR="$(TARGET_DIR)"
endef
$(eval $(generic-package))