summaryrefslogtreecommitdiffstats
path: root/target/generic
Commit message (Collapse)AuthorAgeFilesLines
* Fix PROGRAM_INVOCATION handling with external toolchainsThomas Petazzoni2009-07-311-2/+2
| | | | | | | | | | | | | BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option, like BR2_INET_IPV6, BR2_INET_RPC, on which some packages depend. Therefore, it should be handled like BR2_INET_IPV6 and BR2_INET_RPC in order to work properly with external toolchains. Since we move it out of toolchain/uClibc/Config.in into toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION (since BR2_INET_RPC and others don't have UCLIBC in their name). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* target/generic: add /dev/sd{a,b}*, /dev/ub{a,b}* device nodesPeter Korsgaard2009-06-211-4/+10
| | | | | | E.G. for usb disks. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* target/generic: add /dev/i2c-N device nodesPeter Korsgaard2009-06-211-0/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add support for Freescale's MXC serial terminalsDaniel Mack2009-06-103-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 configPeter Korsgaard2009-06-074-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 handlingPeter Korsgaard2009-04-151-0/+3
|
* package: auto* needs perlPeter Korsgaard2009-03-231-0/+1
|
* target/generic: s/TTYSO/TTYS0/Peter Korsgaard2009-03-231-2/+2
| | | | Thanks to Hiroshi Shinji for noticing.
* target/generic: add kconfig for serial getty config (port + baudrate)Peter Korsgaard2009-03-204-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 dbusPeter Korsgaard2009-03-201-0/+1
|
* target/generic: development system needs wchar + program invocationPeter Korsgaard2009-03-041-0/+3
|
* target/generic: add ttyCPMx device nodes to device_table / securettyPeter Korsgaard2009-02-033-0/+9
| | | | Serial devices for CPM cores on ppc.
* Revert r24952 (BR2_TARGET_TEST_PACKAGES)Peter Korsgaard2009-01-232-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 purposesUlf Samuelsson2009-01-222-0/+634
|
* add .empty files for git-svnPeter Korsgaard2009-01-054-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 Korsgaard2008-12-233-0/+13
|
* make the default etc/init.d/S40network compatible with mshPeter Korsgaard2008-12-082-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 itPeter Korsgaard2008-10-181-0/+0
| | | | The remaining target_skeletons where /etc/fstab mentions sysfs
* Add Xilinx UARTLITE and MPC5200 PSC device files (serial ports)Peter Korsgaard2008-10-172-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 securettyPeter Korsgaard2008-09-162-0/+8
|
* target/generic/mini: remove udhcpc default.script entryPeter Korsgaard2008-08-311-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 Korsgaard2008-07-171-3/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* generic: fix fb1..3 device_table.txt entriesPeter Korsgaard2008-06-301-1/+1
|
* 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).
* - update ARM integrator sample and add a "huge" variant of the sameBernhard Reutner-Fischer2007-09-291-0/+1
|
* - add ttyAMABernhard Reutner-Fischer2007-09-291-0/+2
|
* - add nullBernhard Reutner-Fischer2007-09-191-1/+1
|
* - add homedirBernhard Reutner-Fischer2007-03-092-12/+13
|
* - add skeleton to use busybox and mdev for a rather small skeletonBernhard Reutner-Fischer2007-02-164-4/+185
|
* - do not use TARGET_DEVICE_TABLE if is is emptyBernhard Reutner-Fischer2007-02-151-0/+6
|
* - preparation for BR2_PACKAGE_BUSYBOX_SKELETONBernhard Reutner-Fischer2007-02-1529-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-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-1512-2/+11
| | | | to store empty directories and symlinks for the target_skeleton.
* Fix missing /etc/mtab symlinkEric Andersen2006-04-141-0/+0
|
* Make symlink targets use relative paths per bug 303Eric Andersen2006-04-141-0/+0
|
* accomodate a read only rootfsEric Andersen2006-04-101-0/+10
|
* - correct help text for development system.Bernhard Reutner-Fischer2005-11-251-1/+1
|
* dropbear config has been renamedMike Frysinger2005-11-151-1/+1
|
* Well that was stupid. It seems we were carrying about two copies of pre-builtEric Andersen2005-11-041-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 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-091-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
|
* Add /dev/shm.Manuel Novoa III2005-08-031-0/+1
|
* Add device nodes for /dev/input by default (xorg and others want then)Eric Andersen2005-07-141-2/+10
|
* Do not include an empty resolv.confEric Andersen2005-04-211-0/+0
|