Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | target/generic: add ttySACx support to serial console config | Peter Korsgaard | 2009-06-07 | 1 | -0/+4 |
| | | | | | | | Add ttySACx (samsung s3c SoC) support to the generic serial console config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | target/generic: add kconfig for serial getty config (port + baudrate) | Peter Korsgaard | 2009-03-20 | 1 | -2/+1 |
| | | | | | These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do. | ||||
* | target/generic: add ttyCPMx device nodes to device_table / securetty | Peter Korsgaard | 2009-02-03 | 1 | -0/+4 |
| | | | | Serial devices for CPM cores on ppc. | ||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 4 | -0/+0 |
| | | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build. | ||||
* | target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm) | Peter Korsgaard | 2008-12-23 | 1 | -0/+8 |
| | |||||
* | make the default etc/init.d/S40network compatible with msh | Peter Korsgaard | 2008-12-08 | 1 | -16/+6 |
| | | | | | | | | msh is currently the only good choice for uClinux but it doesn't understands shell functions. In this case there is nothing to gain by using shell functions anyway. Signed-off-by: Nicolas Pitre <nico@cam.org> | ||||
* | target: add /sys directory to target skeletons needing it | Peter Korsgaard | 2008-10-18 | 1 | -0/+0 |
| | | | | The remaining target_skeletons where /etc/fstab mentions sysfs | ||||
* | target/generic: add uartlite ttyULx devices to securetty | Peter Korsgaard | 2008-09-16 | 1 | -0/+4 |
| | |||||
* | - update ARM integrator sample and add a "huge" variant of the same | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -0/+1 |
| | |||||
* | - add homedir | Bernhard Reutner-Fischer | 2007-03-09 | 1 | -12/+12 |
| | |||||
* | - add skeleton to use busybox and mdev for a rather small skeleton | Bernhard Reutner-Fischer | 2007-02-16 | 2 | -3/+10 |
| | |||||
* | - preparation for BR2_PACKAGE_BUSYBOX_SKELETON | Bernhard Reutner-Fischer | 2007-02-15 | 29 | -0/+672 |
"Use a minimal target skeleton for use with busybox's mdev et al" |