Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
2008-04-06 | * udev will not install if you remove project_build_*/uclibc/root and ↵ | Nigel Kukard | |
project_build_*/uclibc/.root ... this sets the dependency on the target binary so if its removed, its installed again | |||
2008-03-11 | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | |
Based on patch by Nigel Kukard. | |||
2007-10-01 | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | |
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | |||
2007-08-22 | - random whitespace cleanup | Bernhard Reutner-Fischer | |
2007-08-21 | - sed -i -e ↵ | Bernhard Reutner-Fischer | |
"/\-[[:space:]]*mkdir[[:space:]][[:space:]]*-p/s/-[[:space:]]*mkdir/mkdir/g" (want to know about errors if mkdir failed). Thanks to Cristian Ionescu-Idbohrn for pointing this out | |||
2007-08-21 | Remove switches if sstrip is run | Ulf Samuelsson | |
2007-08-20 | SED away some whitespace | Ulf Samuelsson | |
2007-08-15 | Cleanup of udev, build libvolume_id.la | Ulf Samuelsson | |
2007-08-15 | Sync volume_id version to 0.79.0 matching udev-114 | Ulf Samuelsson | |
2007-08-14 | Change udev target from udev to udevd. Add .PHONY targets. Rearrange targets | Ulf Samuelsson | |
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | |
2007-08-11 | Remove udev-install patch (merged into Makefile) | Ulf Samuelsson | |
2007-08-11 | Bump udev version, add rules | Ulf Samuelsson | |
2007-07-28 | Replace space by tabs | Ulf Samuelsson | |
2007-06-16 | Fix install of scripts. | "Steven J. Hill" | |
2007-05-09 | Rename all INIT scripts to have the numerical prefixes to easily see the ↵ | "Steven J. Hill" | |
start-up order. | |||
2007-05-07 | Add ability to build 'scsi_id' utility for udev. | "Steven J. Hill" | |
2007-01-19 | - remove superfluous intermediate target | Bernhard Reutner-Fischer | |
2007-01-14 | Upgrade to udev-101. We also create and init script that actually works and ↵ | "Steven J. Hill" | |
has been tested in multiple PowerPC embedded platforms. We also add a new config option to build the volume_id library which will be used by D-Bus and HAL. | |||
2006-12-10 | - Add default udev.conf and fix a mkdir call. | Bernhard Reutner-Fischer | |
Thanks to Petr Stetiar. | |||
2006-12-06 | - remove patch for "s3c2410_serial*" that doesn't apply anymore. | Bernhard Reutner-Fischer | |
2006-12-01 | - bump version. Thanks to Petr Stetiar. | Bernhard Reutner-Fischer | |
2006-11-29 | - build a udev for the target rather than for the host. | Bernhard Reutner-Fischer | |
2006-11-17 | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | |
2006-06-23 | version bump | Eric Andersen | |
2006-04-06 | bjdooks writes: | Eric Andersen | |
udev creates wrong permissions on /dev/s3c2410_serial devices Attached patch adds a line for s3c2410_serial with the correct MODE/group | |||
2005-11-24 | remove extra space after touch | Mike Frysinger | |
2005-06-09 | Add the udev init script | Eric Andersen | |
2005-06-09 | Apply most of | Eric Andersen | |
http://bugs.uclibc.org/view.php?id=290 | |||
2005-03-15 | Add support for udev, from Nathanael Noblet | Eric Andersen | |