Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -10,9 +10,9 @@ menuconfig BR2_PACKAGE_XVISOR
|
||||
depends on BR2_PACKAGE_XVISOR_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
help
|
||||
Xvisor is an open-source type-1 hypervisor, which aims at providing
|
||||
a monolithic, light-weight, portable, and flexible virtualization
|
||||
solution.
|
||||
Xvisor is an open-source type-1 hypervisor, which aims at
|
||||
providing a monolithic, light-weight, portable, and flexible
|
||||
virtualization solution.
|
||||
|
||||
http://www.xhypervisor.org/
|
||||
|
||||
@@ -32,12 +32,12 @@ endchoice
|
||||
|
||||
config BR2_PACKAGE_XVISOR_DEFCONFIG
|
||||
string "Defconfig name"
|
||||
depends on BR2_PACKAGE_XVISOR_USE_DEFCONFIG
|
||||
default "generic-v5" if BR2_ARM_CPU_ARMV5
|
||||
default "generic-v6" if BR2_ARM_CPU_ARMV6
|
||||
default "generic-v7" if BR2_ARM_CPU_ARMV7A
|
||||
default "generic-v8" if BR2_aarch64
|
||||
default "x86_64_generic" if BR2_x86_64
|
||||
depends on BR2_PACKAGE_XVISOR_USE_DEFCONFIG
|
||||
help
|
||||
Name of the Xvisor defconfig file to use, without the
|
||||
trailing -defconfig. The defconfig is located in
|
||||
|
||||
Reference in New Issue
Block a user