package/linux-headers: really drop the 4.17 choice
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 4 Oct 2018 20:00:30 +0000 (22:00 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 Oct 2018 19:45:16 +0000 (21:45 +0200)
commitd220ce6d35355f1a0fa0e8ed19f3e56570bb7abe
tree185239957dc5e522af67386b7ca4e863224c240f
parent1b3c43f7dab775ed801c3f4ca67eb7032b913ba3
package/linux-headers: really drop the 4.17 choice

Currently, the build fails when the kernel headers 4.17 are selected:

    package/linux-headers/linux-headers.mk:149: *** LINUX_HEADERS_SITE
    cannot be empty when LINUX_HEADERS_SOURCE is not.  Stop.

This is caused by an hickup during the last merge of the next branch,
where the value for 4.17 got dropped from BR2_DEFAULT_KERNEL_HEADERS,
but the choice entry was left in.

The correct fix against that hickup would be to restore the 4.17 value.
But since 4.17 is no longer maintained, the proper fix is to really drop
4.17 altogether.

For good this time! ;-)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Config.in.legacy
package/linux-headers/Config.in.host