mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/linux-headers: remove 2.6 snapshot
As Thomas states: It is completely weird to ask the tarball to be named exactly linux-2.6.tar.bz2. IMO, we should simply get rid of this feature. Make it so! ;-) Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
6ff1538579
commit
971e331c54
@ -101,6 +101,13 @@ endif
|
|||||||
###############################################################################
|
###############################################################################
|
||||||
comment "Legacy options removed in 2014.05"
|
comment "Legacy options removed in 2014.05"
|
||||||
|
|
||||||
|
config BR2_KERNEL_HEADERS_SNAP
|
||||||
|
bool "Local Linux snapshot support removed"
|
||||||
|
select BR2_LEGACY
|
||||||
|
help
|
||||||
|
Support for using a custom snapshot to install the Linux
|
||||||
|
kernel headers has been removed.
|
||||||
|
|
||||||
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
|
||||||
bool "/dev management by udev removed"
|
bool "/dev management by udev removed"
|
||||||
select BR2_LEGACY
|
select BR2_LEGACY
|
||||||
|
@ -56,9 +56,6 @@ choice
|
|||||||
|
|
||||||
config BR2_KERNEL_HEADERS_VERSION
|
config BR2_KERNEL_HEADERS_VERSION
|
||||||
bool "Manually specified Linux version"
|
bool "Manually specified Linux version"
|
||||||
|
|
||||||
config BR2_KERNEL_HEADERS_SNAP
|
|
||||||
bool "Local Linux snapshot (linux-2.6.tar.bz2)"
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
config BR2_DEFAULT_KERNEL_VERSION
|
config BR2_DEFAULT_KERNEL_VERSION
|
||||||
@ -81,5 +78,4 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
|||||||
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
|
default "3.11.10" if BR2_KERNEL_HEADERS_3_11
|
||||||
default "3.12.13" if BR2_KERNEL_HEADERS_3_12
|
default "3.12.13" if BR2_KERNEL_HEADERS_3_12
|
||||||
default "3.13.5" if BR2_KERNEL_HEADERS_3_13
|
default "3.13.5" if BR2_KERNEL_HEADERS_3_13
|
||||||
default "2.6" if BR2_KERNEL_HEADERS_SNAP
|
|
||||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user