summaryrefslogtreecommitdiffstats
path: root/target/generic/target_skeleton
Commit message (Collapse)AuthorAgeFilesLines
* target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)Peter Korsgaard2008-12-231-0/+4
|
* make the default etc/init.d/S40network compatible with mshPeter Korsgaard2008-12-081-16/+6Star
| | | | | | | | 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>
* Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)Peter Korsgaard2008-10-171-0/+4
| | | | | | | | From: Grant Likely <grant.likely@secretlab.ca> The Xilinx UART Lite and MPC5200 Programmable Serial Controller (PSC) devices have dedicated major/minor numbers. Add them to the device table data file so they get are present in the root filesystem
* target/generic: add uartlite ttyULx devices to securettyPeter Korsgaard2008-09-161-0/+4
|
* generic target_skeleton: add /sys to fstabPeter Korsgaard2008-05-311-1/+1
|
* generic target_skeleton: mark /sys with .empty filePeter Korsgaard2008-05-311-0/+0
| | | | /sys somehow didn't got an .empty file like the rest in r21586. Fixed.
* target_skeleton: mark empty directories with .empty filesPeter Korsgaard2008-03-3014-0/+0
| | | | | | | Mark empty directories in target skeletons with .empty files and remove them while copying to target (like it's already done for svn and cvs files) to better support version control system which don't handle empty directories (E.G. git-svn).
* Add users and groups for D-Bus and HAL."Steven J. Hill"2007-01-142-1/+5
|
* Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need ↵"Steven J. Hill"2007-01-142-1/+2
| | | | this for Samba and friends. Also, change mount order of filesystems during boot.
* - eventually mount the crap /proc before remounting to make busybox's mount ↵Bernhard Reutner-Fischer2006-12-021-1/+1
| | | | that incorrectly may rely on /proc work.
* subversion makes it so we do not need a separate tarballEric Andersen2006-11-1510-0/+10
| | | | to store empty directories and symlinks for the target_skeleton.
* accomodate a read only rootfsEric Andersen2006-04-101-0/+10
|
* terminfo stuff is created by ncurses, and should not be installedEric Andersen2005-11-0412-0/+0
| | | | | unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless.
* add the wheel groupMike Frysinger2005-08-101-0/+1
|
* Add 'nogroup' to make ltp happyEric Andersen2005-08-091-0/+1
|
* Add nobody and users to make LTP happier.Joakim Tjernlund2005-08-071-0/+2
|
* don't put in a default resolv.conf. Some folks with a ro rootfsEric Andersen2005-04-211-2/+0Star
| | | | will want to replace this, i.e. with a symlink to /tmp
* Move stuff aroundEric Andersen2005-02-1737-0/+755