update buildroot to 2017.02.11
This commit is contained in:
15
bsp/buildroot-2017.02.11/package/exfat/exfat.mk
Normal file
15
bsp/buildroot-2017.02.11/package/exfat/exfat.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# exfat
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EXFAT_VERSION = 1.2.4
|
||||
EXFAT_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_VERSION)
|
||||
EXFAT_SOURCE = fuse-exfat-$(EXFAT_VERSION).tar.gz
|
||||
EXFAT_DEPENDENCIES = libfuse host-pkgconf
|
||||
EXFAT_LICENSE = GPLv3+
|
||||
EXFAT_LICENSE_FILES = COPYING
|
||||
EXFAT_CFLAGS = $(TARGET_CFLAGS) -std=c99
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user