kumquat-buildroot/configs
Yann E. MORIN 96941a9f51 defconfigs: add the _AT_LEAST_X_Y headers options
Since commit 2a5cf5e (check kernel headers version), we also need to
specify the series of the custom kernel headers version.

The defconfigs file that define such a custom kernel headers version
now fail to build.

Add the required _AT_LEAST_X_Y options to those config files. Done with
this (convoluted but very fast, uch faster ythan manual editing!) rule:

    for f in $( git grep -l BR2_DEFAULT_KERNEL_VERSION=\"3 ); do
        grep -E '^BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_' "${f}" >/dev/null && continue
        sed -r -e '/^(BR2_DEFAULT_KERNEL_VERSION="3\.([[:digit:]]+).*")$/s//\1\nBR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_\2=y/' "${f}"
    done

Only kernels >= 3.0 need those options in the defconfig, since the
default for 2.6.x kernels is correct (selects _AT_LEAST_2_6), and
the default is not saved in a defconfig.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-08 09:41:15 +01:00
..
altera_sockit_defconfig
arm_foundationv8_defconfig
armadeus_apf27_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
armadeus_apf28_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
armadeus_apf51_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
armadeus_apf9328_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
at91rm9200df_defconfig
at91sam9g20dfc_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
at91sam9g45m10ek_defconfig
at91sam9260dfc_defconfig
at91sam9260eknf_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
at91sam9261ek_defconfig
at91sam9263ek_defconfig
atngw100_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
atstk100x_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
beaglebone_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
calao_qil_a9260_defconfig
calao_snowball_defconfig
calao_tny_a9g20_lpw_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
calao_usb_a9g20_lpw_defconfig
calao_usb_a9260_defconfig
calao_usb_a9263_defconfig
cubieboard2_defconfig
cubieboard_defconfig
ea3250_defconfig
fdi3250_defconfig
freescale_imx6sabresd_defconfig
freescale_imx6sololiteevk_defconfig
freescale_mpc8315erdb_defconfig
freescale_p1010rdb_pa_defconfig
gnublin_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
integrator926_defconfig
kb9202_defconfig
mini2440_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
minnowboard_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
mx53loco_defconfig
nitrogen6x_defconfig
olimex_imx233_olinuxino_defconfig
openblocks_a6_defconfig
pandaboard_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
phy3250_defconfig
qemu_arm_nuri_defconfig
qemu_arm_versatile_defconfig
qemu_arm_vexpress_defconfig
qemu_microblazebe_mmu_defconfig
qemu_microblazeel_mmu_defconfig
qemu_mips64_malta_defconfig
qemu_mips64el_malta_defconfig
qemu_mips_malta_defconfig
qemu_mipsel_malta_defconfig
qemu_ppc_g3beige_defconfig
qemu_ppc_mpc8544ds_defconfig
qemu_ppc_virtex_ml507_defconfig
qemu_sh4_r2d_defconfig
qemu_sparc_ss10_defconfig
qemu_x86_64_defconfig
qemu_x86_defconfig
raspberrypi_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
s6lx9_microboard_defconfig
sheevaplug_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
telit_evk_pro3_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00
wandboard_defconfig
zedboard_defconfig defconfigs: add the _AT_LEAST_X_Y headers options 2014-03-08 09:41:15 +01:00