Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-18 | target: add /sys directory to target skeletons needing it | Peter Korsgaard | |
The remaining target_skeletons where /etc/fstab mentions sysfs | |||
2008-10-17 | Add 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-16 | target/generic: add uartlite ttyULx devices to securetty | Peter Korsgaard | |
2008-08-31 | target/generic/mini: remove udhcpc default.script entry | Peter Korsgaard | |
It isn't provided in the target skeleton, and avahi gets the permissions correct so it isn't needed and just confuses users. | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-06-30 | generic: fix fb1..3 device_table.txt entries | Peter Korsgaard | |
2008-05-31 | generic target_skeleton: add /sys to fstab | Peter Korsgaard | |
2008-05-31 | generic target_skeleton: mark /sys with .empty file | Peter Korsgaard | |
/sys somehow didn't got an .empty file like the rest in r21586. Fixed. | |||
2008-03-30 | target_skeleton: mark empty directories with .empty files | Peter 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-09-29 | - update ARM integrator sample and add a "huge" variant of the same | Bernhard Reutner-Fischer | |
2007-09-29 | - add ttyAMA | Bernhard Reutner-Fischer | |
2007-09-19 | - add null | Bernhard Reutner-Fischer | |
2007-03-09 | - add homedir | Bernhard Reutner-Fischer | |
2007-02-16 | - add skeleton to use busybox and mdev for a rather small skeleton | Bernhard Reutner-Fischer | |
2007-02-15 | - do not use TARGET_DEVICE_TABLE if is is empty | Bernhard Reutner-Fischer | |
2007-02-15 | - preparation for BR2_PACKAGE_BUSYBOX_SKELETON | Bernhard Reutner-Fischer | |
"Use a minimal target skeleton for use with busybox's mdev et al" | |||
2007-01-14 | Add users and groups for D-Bus and HAL. | "Steven J. Hill" | |
2007-01-14 | Make '/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-15 | subversion makes it so we do not need a separate tarball | Eric Andersen | |
to store empty directories and symlinks for the target_skeleton. | |||
2006-04-14 | Fix missing /etc/mtab symlink | Eric Andersen | |
2006-04-14 | Make symlink targets use relative paths per bug 303 | Eric Andersen | |
2006-04-10 | accomodate a read only rootfs | Eric Andersen | |
2005-11-25 | - correct help text for development system. | Bernhard Reutner-Fischer | |
2005-11-15 | dropbear config has been renamed | Mike Frysinger | |
2005-11-04 | Well that was stupid. It seems we were carrying about two copies of pre-built | Eric Andersen | |
binary terminfo stuff, which is supposed to be built by ncurses at compile time. | |||
2005-11-04 | terminfo stuff is created by ncurses, and should not be installed | Eric 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-09 | add the wheel group | Mike Frysinger | |
2005-08-09 | Add 'nogroup' to make ltp happy | Eric Andersen | |
2005-08-07 | Add nobody and users to make LTP happier. | Joakim Tjernlund | |
2005-08-03 | Add /dev/shm. | Manuel Novoa III | |
2005-07-14 | Add device nodes for /dev/input by default (xorg and others want then) | Eric Andersen | |
2005-04-21 | Do not include an empty resolv.conf | Eric Andersen | |
2005-04-21 | don't put in a default resolv.conf. Some folks with a ro rootfs | Eric Andersen | |
will want to replace this, i.e. with a symlink to /tmp | |||
2005-02-25 | ext2 was renamed, update config option | Mike Frysinger | |
2005-02-17 | fixup a couple of typos | Eric Andersen | |
2005-02-17 | move more stuff around for better board support | Eric Andersen | |
2005-02-17 | more changes towards better board support | Eric Andersen | |
2005-02-17 | shuffle things around | Eric Andersen | |
2005-02-17 | Move stuff around | Eric Andersen | |