summaryrefslogtreecommitdiffstats
path: root/configs/mini2440_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* configs/mini2440_defconfig: lock down kernel headers versionGustavo Zacarias2013-02-081-0/+5
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mini2440_defconfig: use mainline kernelPeter Korsgaard2011-09-071-4/+3
| | | | | | | mini2440 has been supported in the mainline kernel since early 2009, so use that instead of a custom tarball. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mini2440_defconfig: fix getty configPeter Korsgaard2011-08-251-1/+2
| | | | | | BR2_TARGET_GENERIC_GETTY_TTYSAC0 is no more. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* board: add support for Mini 2440Thomas Petazzoni2010-12-161-0/+31
Paul Jones documented at http://pauljones.id.au/blog/2010/07/using-buildroot-on-a-mini2440/ how to use Buildroot to generate a system for the FriendlyARM Mini2440 platform. This patch integrates Paul's work into Buildroot. Unfortunately, the kernel being 2.6.32, we can't easily use a minimal defconfig here. The mini2440 support has been merged into more recent kernels, but I don't have the hardware to test. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>