update buildroot to 2017.02.11
This commit is contained in:
19
bsp/buildroot-2017.02.11/package/mmc-utils/mmc-utils.mk
Normal file
19
bsp/buildroot-2017.02.11/package/mmc-utils/mmc-utils.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# mmc-utils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MMC_UTILS_VERSION = 2cb6695e8dec00d887bdd5309d1b57d836fcd214
|
||||
MMC_UTILS_SITE = git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git
|
||||
MMC_UTILS_LICENSE = GPLv2
|
||||
|
||||
define MMC_UTILS_BUILD_CMDS
|
||||
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS)
|
||||
endef
|
||||
|
||||
define MMC_UTILS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/mmc $(TARGET_DIR)/usr/bin/mmc
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user