summaryrefslogtreecommitdiff
path: root/target/generic/target_skeleton
AgeCommit message (Collapse)Author
2009-09-19target: update default /etc/issue and /etc/hostnamePeter Korsgaard
Adjust default /etc/issue to print 'Welcome to Buildroot' like the recently removed BR2_BANNER did, and adjust default hostname to be 'buildroot' instead of uclibc as we now support external glibc toolchains as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-06-10Add support for Freescale's MXC serial terminalsDaniel Mack
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>
2009-06-07target/generic: add ttySACx support to serial console configPeter Korsgaard
Add ttySACx (samsung s3c SoC) support to the generic serial console config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-03-20target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard
These are the settings people most often want to tweak for embedded boards, so add kconfig variables to make it easy to do.
2009-03-20target/generic: skeleton: add netdev group for dbusPeter Korsgaard
2009-02-03target/generic: add ttyCPMx device nodes to device_table / securettyPeter Korsgaard
Serial devices for CPM cores on ppc.
2008-12-23target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm)Peter Korsgaard
2008-12-08make the default etc/init.d/S40network compatible with mshPeter Korsgaard
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>
2008-10-17Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)Peter Korsgaard
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
2008-09-16target/generic: add uartlite ttyULx devices to securettyPeter Korsgaard
2008-05-31generic target_skeleton: add /sys to fstabPeter Korsgaard
2008-05-31generic target_skeleton: mark /sys with .empty filePeter Korsgaard
/sys somehow didn't got an .empty file like the rest in r21586. Fixed.
2008-03-30target_skeleton: mark empty directories with .empty filesPeter Korsgaard
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).
2007-01-14Add users and groups for D-Bus and HAL."Steven J. Hill"
2007-01-14Make '/var/cache' and symbolic link to '/tmp' like the others. We'll need ↵"Steven J. Hill"
this for Samba and friends. Also, change mount order of filesystems during boot.
2006-12-02- eventually mount the crap /proc before remounting to make busybox's mount ↵Bernhard Reutner-Fischer
that incorrectly may rely on /proc work.
2006-11-15subversion makes it so we do not need a separate tarballEric Andersen
to store empty directories and symlinks for the target_skeleton.
2006-04-10accomodate a read only rootfsEric Andersen
2005-11-04terminfo stuff is created by ncurses, and should not be installedEric Andersen
unless ncurses is installed. It probably need to be byteswapped for big endian anyway, so using pre-build stuff is bad regardless.
2005-08-09add the wheel groupMike Frysinger
2005-08-09Add 'nogroup' to make ltp happyEric Andersen
2005-08-07Add nobody and users to make LTP happier.Joakim Tjernlund
2005-04-21don't put in a default resolv.conf. Some folks with a ro rootfsEric Andersen
will want to replace this, i.e. with a symlink to /tmp
2005-02-17Move stuff aroundEric Andersen