Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-26 | Drop generic package selection (access point, firewall, dev system) | Gustavo Zacarias | |
Closes #813. Drop generic package selection (access point, firewall, dev system) since they're too ambiguous and not very useful. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-10-06 | target/generic: /etc/{hostname,issue}: work around quotes in kconfig | Peter Korsgaard | |
Otherwise the targets will always run. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-30 | buildroot: reinstate /etc/{hostname,issue} kconfig when using generic target | Peter Korsgaard | |
These got lost in the recent cleanup, but are handy for minimal rootfs customization. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-09-19 | target: update default /etc/issue and /etc/hostname | Peter 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-09-05 | target: use qstrip | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-07-31 | Fix PROGRAM_INVOCATION handling with external toolchains | Thomas Petazzoni | |
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> | |||
2009-06-21 | target/generic: add /dev/sd{a,b}*, /dev/ub{a,b}* device nodes | Peter Korsgaard | |
E.G. for usb disks. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-06-21 | target/generic: add /dev/i2c-N device nodes | Peter Korsgaard | |
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-06-10 | Add support for Freescale's MXC serial terminals | Daniel 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-07 | target/generic: add ttySACx support to serial console config | Peter Korsgaard | |
Add ttySACx (samsung s3c SoC) support to the generic serial console config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
2009-04-15 | target/generic: support for busybox >= 1.14.x speed=0 handling | Peter Korsgaard | |
2009-03-23 | package: auto* needs perl | Peter Korsgaard | |
2009-03-23 | target/generic: s/TTYSO/TTYS0/ | Peter Korsgaard | |
Thanks to Hiroshi Shinji for noticing. | |||
2009-03-20 | target/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-20 | target/generic: skeleton: add netdev group for dbus | Peter Korsgaard | |
2009-03-04 | target/generic: development system needs wchar + program invocation | Peter Korsgaard | |
2009-02-03 | target/generic: add ttyCPMx device nodes to device_table / securetty | Peter Korsgaard | |
Serial devices for CPM cores on ppc. | |||
2009-01-23 | Revert r24952 (BR2_TARGET_TEST_PACKAGES) | Peter Korsgaard | |
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. | |||
2009-01-22 | Add simple way to enable most (but not all) targets for testing purposes | Ulf Samuelsson | |
2009-01-05 | add .empty files for git-svn | Peter Korsgaard | |
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. | |||
2008-12-23 | target/generic: add ttyAMAx device nodes (E.G. for qemu-system-arm) | Peter Korsgaard | |
2008-12-08 | make the default etc/init.d/S40network compatible with msh | Peter 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-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 | |