Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Freescale's MXC serial terminals | Daniel Mack | 2009-06-10 | 3 | -0/+16 |
| | | | | | | | | | | 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 | 4 | -0/+25 |
| | | | | | | | Add ttySACx (samsung s3c SoC) support to the generic serial console config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | target/generic: support for busybox >= 1.14.x speed=0 handling | Peter Korsgaard | 2009-04-15 | 1 | -0/+3 |
| | |||||
* | package: auto* needs perl | Peter Korsgaard | 2009-03-23 | 1 | -0/+1 |
| | |||||
* | target/generic: s/TTYSO/TTYS0/ | Peter Korsgaard | 2009-03-23 | 1 | -2/+2 |
| | | | | Thanks to Hiroshi Shinji for noticing. | ||||
* | target/generic: add kconfig for serial getty config (port + baudrate) | Peter Korsgaard | 2009-03-20 | 4 | -3/+138 |
| | | | | | 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: development system needs wchar + program invocation | Peter Korsgaard | 2009-03-04 | 1 | -0/+3 |
| | |||||
* | target/generic: add ttyCPMx device nodes to device_table / securetty | Peter Korsgaard | 2009-02-03 | 3 | -0/+9 |
| | | | | Serial devices for CPM cores on ppc. | ||||
* | Revert r24952 (BR2_TARGET_TEST_PACKAGES) | Peter Korsgaard | 2009-01-23 | 2 | -634/+0 |
| | | | | | | As discussed on the list. It is already out of date (BR2_TARGET_UBOOT_2009_01_RC3, BR2_PACKAGE_RAIDTOOLS), is the wrong solution and breaks the make allyesconfig; make menuconfig / sed workflow. | ||||
* | Add simple way to enable most (but not all) targets for testing purposes | Ulf Samuelsson | 2009-01-22 | 2 | -0/+634 |
| | |||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 4 | -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 Korsgaard | 2008-12-23 | 3 | -0/+13 |
| | |||||
* | make the default etc/init.d/S40network compatible with msh | Peter Korsgaard | 2008-12-08 | 2 | -32/+12 |
| | | | | | | | | 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 it | Peter Korsgaard | 2008-10-18 | 1 | -0/+0 |
| | | | | The remaining target_skeletons where /etc/fstab mentions sysfs | ||||
* | Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports) | Peter Korsgaard | 2008-10-17 | 2 | -0/+6 |
| | | | | | | | | 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 | 2 | -0/+8 |
| | |||||
* | target/generic/mini: remove udhcpc default.script entry | Peter Korsgaard | 2008-08-31 | 1 | -1/+0 |
| | | | | | It isn't provided in the target skeleton, and avahi gets the permissions correct so it isn't needed and just confuses users. | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -3/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | generic: fix fb1..3 device_table.txt entries | Peter Korsgaard | 2008-06-30 | 1 | -1/+1 |
| | |||||
* | 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). | ||||
* | - update ARM integrator sample and add a "huge" variant of the same | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -0/+1 |
| | |||||
* | - add ttyAMA | Bernhard Reutner-Fischer | 2007-09-29 | 1 | -0/+2 |
| | |||||
* | - add null | Bernhard Reutner-Fischer | 2007-09-19 | 1 | -1/+1 |
| | |||||
* | - add homedir | Bernhard Reutner-Fischer | 2007-03-09 | 2 | -12/+13 |
| | |||||
* | - add skeleton to use busybox and mdev for a rather small skeleton | Bernhard Reutner-Fischer | 2007-02-16 | 4 | -4/+185 |
| | |||||
* | - do not use TARGET_DEVICE_TABLE if is is empty | Bernhard Reutner-Fischer | 2007-02-15 | 1 | -0/+6 |
| | |||||
* | - preparation for BR2_PACKAGE_BUSYBOX_SKELETON | Bernhard Reutner-Fischer | 2007-02-15 | 29 | -0/+672 |
| | | | | "Use a minimal target skeleton for use with busybox's mdev et al" | ||||
* | 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 | 12 | -2/+11 |
| | | | | to store empty directories and symlinks for the target_skeleton. | ||||
* | Fix missing /etc/mtab symlink | Eric Andersen | 2006-04-14 | 1 | -0/+0 |
| | |||||
* | Make symlink targets use relative paths per bug 303 | Eric Andersen | 2006-04-14 | 1 | -0/+0 |
| | |||||
* | accomodate a read only rootfs | Eric Andersen | 2006-04-10 | 1 | -0/+10 |
| | |||||
* | - correct help text for development system. | Bernhard Reutner-Fischer | 2005-11-25 | 1 | -1/+1 |
| | |||||
* | dropbear config has been renamed | Mike Frysinger | 2005-11-15 | 1 | -1/+1 |
| | |||||
* | Well that was stupid. It seems we were carrying about two copies of pre-built | Eric Andersen | 2005-11-04 | 1 | -0/+0 |
| | | | | binary terminfo stuff, which is supposed to be built by ncurses at compile time. | ||||
* | 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 |
| | |||||
* | Add /dev/shm. | Manuel Novoa III | 2005-08-03 | 1 | -0/+1 |
| | |||||
* | Add device nodes for /dev/input by default (xorg and others want then) | Eric Andersen | 2005-07-14 | 1 | -2/+10 |
| | |||||
* | Do not include an empty resolv.conf | Eric Andersen | 2005-04-21 | 1 | -0/+0 |
| | |||||
* | 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 | ||||
* | ext2 was renamed, update config option | Mike Frysinger | 2005-02-25 | 1 | -1/+1 |
| | |||||
* | fixup a couple of typos | Eric Andersen | 2005-02-17 | 1 | -2/+2 |
| |