summaryrefslogtreecommitdiffstats
path: root/target/generic/target_busybox_skeleton
Commit message (Collapse)AuthorAgeFilesLines
* add .empty files for git-svnPeter Korsgaard2009-01-054-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 Korsgaard2008-12-231-0/+8
|
* make the default etc/init.d/S40network compatible with mshPeter Korsgaard2008-12-081-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 itPeter Korsgaard2008-10-181-0/+0
| | | | The remaining target_skeletons where /etc/fstab mentions sysfs
* target/generic: add uartlite ttyULx devices to securettyPeter Korsgaard2008-09-161-0/+4
|
* - update ARM integrator sample and add a "huge" variant of the sameBernhard Reutner-Fischer2007-09-291-0/+1
|
* - add homedirBernhard Reutner-Fischer2007-03-091-12/+12
|
* - add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer2007-02-162-3/+10
|
* - preparation for BR2_PACKAGE_BUSYBOX_SKELETONBernhard Reutner-Fischer2007-02-1529-0/+672
"Use a minimal target skeleton for use with busybox's mdev et al"