update buildroot to 2017.02.11
This commit is contained in:
16
bsp/buildroot-2017.02.11/package/aufs/Config.in
Normal file
16
bsp/buildroot-2017.02.11/package/aufs/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
# Automatically selected by the corresponding linux extension
|
||||
config BR2_PACKAGE_AUFS
|
||||
bool
|
||||
|
||||
if BR2_PACKAGE_AUFS
|
||||
|
||||
# Both come from the selection of the linux extension.
|
||||
config BR2_PACKAGE_AUFS_SERIES
|
||||
int
|
||||
default BR2_LINUX_KERNEL_EXT_AUFS_SERIES
|
||||
|
||||
config BR2_PACKAGE_AUFS_VERSION
|
||||
string
|
||||
default BR2_LINUX_KERNEL_EXT_AUFS_VERSION
|
||||
|
||||
endif
|
||||
22
bsp/buildroot-2017.02.11/package/aufs/aufs.mk
Normal file
22
bsp/buildroot-2017.02.11/package/aufs/aufs.mk
Normal file
@@ -0,0 +1,22 @@
|
||||
################################################################################
|
||||
#
|
||||
# aufs
|
||||
#
|
||||
################################################################################
|
||||
|
||||
AUFS_VERSION = $(call qstrip,$(BR2_PACKAGE_AUFS_VERSION))
|
||||
AUFS_LICENSE = GPLv2
|
||||
AUFS_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_AUFS_SERIES),3)
|
||||
AUFS_SITE = http://git.code.sf.net/p/aufs/aufs3-standalone
|
||||
AUFS_SITE_METHOD = git
|
||||
else ifeq ($(BR2_PACKAGE_AUFS_SERIES),4)
|
||||
AUFS_SITE = $(call github,sfjro,aufs4-standalone,$(AUFS_VERSION))
|
||||
endif
|
||||
|
||||
ifeq ($(BR_BUILDING):$(BR2_PACKAGE_AUFS):$(AUFS_VERSION),y:y:)
|
||||
$(error No aufs version specified)
|
||||
endif
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user