{linux, linux-headers}: default to 4.19.x
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 10 Jan 2019 14:45:08 +0000 (15:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 12 Jan 2019 17:19:47 +0000 (18:19 +0100)
commit790d366a8361c4440e65af778079eadb424dcbca
tree299fb1db7903d6be70261399b38454080c65c027
parentaecdbea4c951a09b74cdfc911e636a123973419e
{linux, linux-headers}: default to 4.19.x

4.20.x is not a long term support kernel, but 4.19.x is (supported until end
2020):
https://www.kernel.org/category/releases.html

With the upcoming Buildroot 2019.02 release being a LTS release, default to
4.19.x instead.

Notice: The userspace API breakage in net_stamp.h causing build failures has
now been fixed in 4.19.14 by commit e4a2ffe9029fd (net: Use
__kernel_clockid_t in uapi net_stamp.h)

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
[Thomas: add comment in linux/Config.in and
package/linux-headers/Config.in.host so that we don't mistakenly bump
to 4.20+.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/Config.in
package/linux-headers/Config.in.host