Bump buildroot to version 2017-02
TG-3 #closed
This commit is contained in:
@@ -26,7 +26,7 @@ choice
|
||||
prompt "Kernel version"
|
||||
|
||||
config BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
bool "Latest version (4.7.2)"
|
||||
bool "Latest version (4.9.13)"
|
||||
|
||||
config BR2_LINUX_KERNEL_CUSTOM_VERSION
|
||||
bool "Custom version"
|
||||
@@ -68,12 +68,6 @@ config BR2_LINUX_KERNEL_CUSTOM_SVN
|
||||
This option allows Buildroot to get the Linux kernel source
|
||||
code from a Subversion repository.
|
||||
|
||||
config BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
||||
bool "Local directory"
|
||||
help
|
||||
This option allows Buildroot to get the Linux kernel source
|
||||
code from a local directory.
|
||||
|
||||
endchoice
|
||||
|
||||
config BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE
|
||||
@@ -101,21 +95,14 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION
|
||||
|
||||
endif
|
||||
|
||||
config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
|
||||
string "Path to the local directory"
|
||||
depends on BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
||||
help
|
||||
Path to the local directory with the Linux kernel source code.
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "4.7.2" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "4.9.13" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
||||
if BR2_LINUX_KERNEL_CUSTOM_VERSION
|
||||
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
|
||||
default BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION \
|
||||
if BR2_LINUX_KERNEL_CUSTOM_GIT || BR2_LINUX_KERNEL_CUSTOM_HG || BR2_LINUX_KERNEL_CUSTOM_SVN
|
||||
default "custom" if BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
||||
|
||||
#
|
||||
# Patch selection
|
||||
@@ -123,7 +110,6 @@ config BR2_LINUX_KERNEL_VERSION
|
||||
|
||||
config BR2_LINUX_KERNEL_PATCH
|
||||
string "Custom kernel patches"
|
||||
depends on !BR2_LINUX_KERNEL_CUSTOM_LOCAL
|
||||
help
|
||||
A space-separated list of patches to apply to the
|
||||
kernel. Each patch can be described as an URL, a local file
|
||||
@@ -192,7 +178,7 @@ config BR2_LINUX_KERNEL_UIMAGE
|
||||
bool "uImage"
|
||||
depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
|
||||
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
|
||||
BR2_sh || BR2_sh64 || BR2_mips || BR2_mipsel || \
|
||||
BR2_sh || BR2_mips || BR2_mipsel || \
|
||||
BR2_mips64 || BR2_mips64el
|
||||
select BR2_LINUX_KERNEL_UBOOT_IMAGE
|
||||
|
||||
@@ -211,7 +197,7 @@ config BR2_LINUX_KERNEL_ZIMAGE
|
||||
bool "zImage"
|
||||
depends on BR2_arm || BR2_armeb || BR2_powerpc || \
|
||||
BR2_powerpc64 || BR2_powerpc64le || BR2_sparc || \
|
||||
BR2_sh || BR2_sh64 || BR2_xtensa
|
||||
BR2_sh || BR2_xtensa
|
||||
|
||||
config BR2_LINUX_KERNEL_ZIMAGE_EPAPR
|
||||
bool "zImage.epapr"
|
||||
@@ -248,7 +234,7 @@ config BR2_LINUX_KERNEL_LINUX_BIN
|
||||
|
||||
config BR2_LINUX_KERNEL_VMLINUX_BIN
|
||||
bool "vmlinux.bin"
|
||||
depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64
|
||||
depends on BR2_mips || BR2_mipsel || BR2_sh
|
||||
|
||||
config BR2_LINUX_KERNEL_VMLINUX
|
||||
bool "vmlinux"
|
||||
@@ -413,7 +399,7 @@ config BR2_LINUX_KERNEL_INSTALL_TARGET
|
||||
source "linux/Config.ext.in"
|
||||
|
||||
# Linux tools
|
||||
source "linux/Config.tools.in"
|
||||
source "package/linux-tools/Config.in"
|
||||
|
||||
endif # BR2_LINUX_KERNEL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user