aboutsummaryrefslogtreecommitdiffstats
path: root/package/udev/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* udev: bump to 181 and other fixesYegor Yefremov2012-02-081-9/+13
| | | | | | | | | | | | | | | | | | | Changes: - Linux kernel requirement: 2.6.34 and above (devtmpfs is mandatory) (this also applies to the chosen toolchain, because of Kernel headers) - optional dependency on libusb and usbutils removed - added dependency on kmod - added dependency on util-linux for libblkid - install in /lib/udev instead of /usr/libexec/udev - udevd moved to /lib/udev - fixed path to pci.ids and usb.ids - persistent rules generator is disabled by default, so option is introduced to enable this option if desired [Peter: fix build on uClibc, Config.in tweaks] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: ensure /dev mgmt option is in syncPeter Korsgaard2011-08-151-0/+4
| | | | | | | | | | | These options should be in sync, both for consistency and because udev needs devtmpfs enabled in the kernel. We unfortunately cannot just select BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV here, as that one selects udev - leading to recursion erors, so instead we use depends on. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* uClibc: drop BR2_PROGRAM_INVOCATION optionPeter Korsgaard2011-07-271-3/+2
| | | | | | | | | | | | Remove the BR option and enable the configuration setting in the uClibc defconfigs. The BR2_PROGRAM_INVOCATION option only adds very little overhead to uClibc, and we have a number of packages needing it, so simply always enable it - Simplifying the kconfig logic and the number of choices users have to make. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: extras needs BR2_PROGRAM_INVOCATIONPeter Korsgaard2011-07-261-4/+5
| | | | | | For usbutils. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: bump version and clean upYegor Yefremov2011-07-251-30/+16
| | | | | | | [Peter: fix Config.in deps, add host-pkg-config] Signed-off-by: Heiko Zuerker <smiley73@users.sourceforge.net> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* udev: options for path_id and firmware.shPeter Korsgaard2009-02-131-0/+11
| | | | Patch by Mike Crowe.
* package/udev: fix dependency for scsi_idPeter Korsgaard2008-12-081-1/+1
| | | | | | | According to udev.mk, the scsi_id package depends on the libvolume_id library, so add this dependency to Config.mk Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-4/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* buildroot: s/depends/depends on/Peter Korsgaard2008-06-191-1/+1
| | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree.
* Replace space by tabsUlf Samuelsson2007-07-281-16/+16
|
* Add ability to build 'scsi_id' utility for udev."Steven J. Hill"2007-05-071-0/+7
|
* Upgrade to udev-101. We also create and init script that actually works and ↵"Steven J. Hill"2007-01-141-0/+20
| | | | 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.
* Add support for udev, from Nathanael NobletEric Andersen2005-03-151-0/+7