Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -8,7 +8,8 @@ config BR2_PACKAGE_LINUX_BACKPORTS
The linux-backports package includes many Linux drivers from
recent kernels, backported to older ones.
This version of linux-backports supports kernels starting from 3.0.
This version of linux-backports supports kernels starting
from 3.0.
https://backports.wiki.kernel.org
@@ -40,8 +41,9 @@ config BR2_PACKAGE_LINUX_BACKPORTS_CUSTOM_CONFIG_FILE
help
Path to the backports configuration file
Note: this can be a defconfig file or a complete .config file,
which can later be saved back with make linux-update-(def)config.
Note: this can be a defconfig file or a complete .config
file, which can later be saved back with make
linux-update-(def)config.
config BR2_PACKAGE_LINUX_BACKPORTS_CONFIG_FRAGMENT_FILES
string "Additional configuration fragment files"

View File

@@ -8,7 +8,7 @@ LINUX_BACKPORTS_VERSION_MAJOR = 4.4.2
LINUX_BACKPORTS_VERSION = $(LINUX_BACKPORTS_VERSION_MAJOR)-1
LINUX_BACKPORTS_SOURCE = backports-$(LINUX_BACKPORTS_VERSION).tar.xz
LINUX_BACKPORTS_SITE = $(BR2_KERNEL_MIRROR)/linux/kernel/projects/backports/stable/v$(LINUX_BACKPORTS_VERSION_MAJOR)
LINUX_BACKPORTS_LICENSE = GPLv2
LINUX_BACKPORTS_LICENSE = GPL-2.0
LINUX_BACKPORTS_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_LINUX_BACKPORTS_USE_DEFCONFIG),y)