Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Freescale's MXC serial terminals | Daniel Mack | 2009-06-10 | 1 | -0/+3 |
| | | | | | | | | | | This patch makes ttymxc[012] an option to choose for BR2_TARGET_GENERIC_GETTY. It also adds these ports to the generic device table and to securetty. Signed-off-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | 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 | -1/+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: skeleton: add netdev group for dbus | Peter Korsgaard | 2009-03-20 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm) | Peter Korsgaard | 2008-12-23 | 1 | -0/+4 |
| | |||||
* | 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> | ||||
* | Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports) | Peter Korsgaard | 2008-10-17 | 1 | -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 securetty | Peter Korsgaard | 2008-09-16 | 1 | -0/+4 |
| | |||||
* | generic target_skeleton: add /sys to fstab | Peter Korsgaard | 2008-05-31 | 1 | -1/+1 |
| | |||||
* | generic target_skeleton: mark /sys with .empty file | Peter Korsgaard | 2008-05-31 | 1 | -0/+0 |
| | | | | /sys somehow didn't got an .empty file like the rest in r21586. Fixed. | ||||
* | target_skeleton: mark empty directories with .empty files | Peter Korsgaard | 2008-03-30 | 14 | -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-14 | 2 | -1/+5 |
| | |||||
* | Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need ↵ | "Steven J. Hill" | 2007-01-14 | 2 | -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-Fischer | 2006-12-02 | 1 | -1/+1 |
| | | | | that incorrectly may rely on /proc work. | ||||
* | subversion makes it so we do not need a separate tarball | Eric Andersen | 2006-11-15 | 10 | -0/+10 |
| | | | | to store empty directories and symlinks for the target_skeleton. | ||||
* | accomodate a read only rootfs | Eric Andersen | 2006-04-10 | 1 | -0/+10 |
| | |||||
* | terminfo stuff is created by ncurses, and should not be installed | Eric Andersen | 2005-11-04 | 12 | -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 group | Mike Frysinger | 2005-08-09 | 1 | -0/+1 |
| | |||||
* | Add 'nogroup' to make ltp happy | Eric Andersen | 2005-08-09 | 1 | -0/+1 |
| | |||||
* | Add nobody and users to make LTP happier. | Joakim Tjernlund | 2005-08-07 | 1 | -0/+2 |
| | |||||
* | don't put in a default resolv.conf. Some folks with a ro rootfs | Eric Andersen | 2005-04-21 | 1 | -2/+0 |
| | | | | will want to replace this, i.e. with a symlink to /tmp | ||||
* | Move stuff around | Eric Andersen | 2005-02-17 | 37 | -0/+755 |