buildroot; move defconfigs to configs/ and print in help
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Oct 2009 20:09:25 +0000 (22:09 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Oct 2009 20:20:28 +0000 (22:20 +0200)
commit58fd779a4355e5bfa2bc0b15ed9c4664f44c7a0f
tree7ea64355eb10d13aa8f1d6e17688530a6d344d52
parent6652770f4164d57458b41ed8f15bd3039c69abb1
buildroot; move defconfigs to configs/ and print in help

As discussed earlier on the mailing list. It simplifies code, gives more
sensible error message on typos and makes the defconfigs easier to find
for users.

Furthermore, update documentation to match.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
56 files changed:
Makefile
configs/arm_toolchain_defconfig [new file with mode: 0644]
configs/at91rm9200df_defconfig [new file with mode: 0644]
configs/at91rm9200df_ext_bare_defconfig [new file with mode: 0644]
configs/at91rm9200df_ext_defconfig [new file with mode: 0644]
configs/at91sam9260dfc_defconfig [new file with mode: 0644]
configs/at91sam9260dfc_ext_bare_defconfig [new file with mode: 0644]
configs/at91sam9260dfc_ext_defconfig [new file with mode: 0644]
configs/at91sam9260pf_defconfig [new file with mode: 0644]
configs/at91sam9261ek_defconfig [new file with mode: 0644]
configs/at91sam9261ek_ext_bare_defconfig [new file with mode: 0644]
configs/at91sam9261ek_ext_defconfig [new file with mode: 0644]
configs/at91sam9263ek_defconfig [new file with mode: 0644]
configs/at91sam9263ek_ext_bare_defconfig [new file with mode: 0644]
configs/at91sam9263ek_ext_defconfig [new file with mode: 0644]
configs/at91sam9g20dfc_defconfig [new file with mode: 0644]
configs/at91sam9g20dfc_ext_bare_defconfig [new file with mode: 0644]
configs/at91sam9g20dfc_ext_defconfig [new file with mode: 0644]
configs/atngw100-base_defconfig [new file with mode: 0644]
configs/atngw100_defconfig [new file with mode: 0644]
configs/atstk1005_defconfig [new file with mode: 0644]
configs/atstk100x_defconfig [new file with mode: 0644]
configs/i386_defconfig [new file with mode: 0644]
configs/i686_defconfig [new file with mode: 0644]
configs/integrator926_defconfig [new file with mode: 0644]
configs/integrator926_huge_defconfig [new file with mode: 0644]
configs/kb9202_defconfig [new file with mode: 0644]
configs/v100sc2_defconfig [new file with mode: 0644]
docs/buildroot.html
target/device/ARMLTD/integrator926/integrator926_defconfig [deleted file]
target/device/ARMLTD/integrator926_huge/integrator926_huge_defconfig [deleted file]
target/device/Atmel/at91rm9200df/at91rm9200df_defconfig [deleted file]
target/device/Atmel/at91rm9200df/at91rm9200df_ext_bare_defconfig [deleted file]
target/device/Atmel/at91rm9200df/at91rm9200df_ext_defconfig [deleted file]
target/device/Atmel/at91sam9260dfc/arm_toolchain_defconfig [deleted file]
target/device/Atmel/at91sam9260dfc/at91sam9260dfc_defconfig [deleted file]
target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_bare_defconfig [deleted file]
target/device/Atmel/at91sam9260dfc/at91sam9260dfc_ext_defconfig [deleted file]
target/device/Atmel/at91sam9260pf/at91sam9260pf_defconfig [deleted file]
target/device/Atmel/at91sam9261ek/at91sam9261ek_defconfig [deleted file]
target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_bare_defconfig [deleted file]
target/device/Atmel/at91sam9261ek/at91sam9261ek_ext_defconfig [deleted file]
target/device/Atmel/at91sam9263ek/at91sam9263ek_defconfig [deleted file]
target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_bare_defconfig [deleted file]
target/device/Atmel/at91sam9263ek/at91sam9263ek_ext_defconfig [deleted file]
target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_defconfig [deleted file]
target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_bare_defconfig [deleted file]
target/device/Atmel/at91sam9g20dfc/at91sam9g20dfc_ext_defconfig [deleted file]
target/device/Atmel/atngw100-base/atngw100-base_defconfig [deleted file]
target/device/Atmel/atngw100/atngw100_defconfig [deleted file]
target/device/Atmel/atstk1005/atstk1005_defconfig [deleted file]
target/device/Atmel/atstk100x/atstk100x_defconfig [deleted file]
target/device/KwikByte/kb9202/kb9202_defconfig [deleted file]
target/device/valka/v100sc2_defconfig [deleted file]
target/device/x86/i686/i386_defconfig [deleted file]
target/device/x86/i686/i686_defconfig [deleted file]