aboutsummaryrefslogtreecommitdiffstats
path: root/package/udev
Commit message (Collapse)AuthorAgeFilesLines
* [package] udev: Provide define to enable compilation with kernel 2.6.32.33 ↵Hamish Guthrie2011-10-141-0/+13
| | | | | | headers git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28453 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev: bump to 173Florian Fainelli2011-08-254-14/+117
| | | | | | | | | | | | Yet another update, I inherited a wrong behaviour with older versions. It used to $(INSTALL_BIN) symlinks which results in copying the dereferenced file and not the symlink itself, now uses $(CP) and it's reported working (and running) by at least one person in IRC (using a glibc toolchain with mips). Works and runs on my toolchain (mipsel uClibc) too. Signed-off-by: Daniel Mierswa <impulze@impulze.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev: install development libraries in staging dir (#8370)Florian Fainelli2011-01-291-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev: mark /etc/udev/udev.conf as conffile (rules left out for now)Jo-Philipp Wich2010-10-051-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/udev: move configuration in submenu, rename udev-config.in to ↵Nicolas Thill2010-04-162-5/+4
| | | | | | Config.in for consistency git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] udev depends on 2.6, cleanup MakefileFlorian Fainelli2009-09-031-5/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udev: Update udev package from udev-106 to udev-142Geoff Levand2009-08-247-206/+181
| | | | | | | | | | | | | | | | | | | | | Update the init scripts have to use udevadm where appropriate. The udev package no longer provides separate udev utilities like udevtrigger and udevsettle. These have been incorporated into the udev admin program udevadm. Replace the udevextras sub package with config options to the udev package. Update the preinit script to check for '/lib/udev/devices', and copy it to '/dev/ if it is found, then to conditionaly setup /dev the old way with mknod etc. Udev now recommends using the directory '/lib/udev/devices' to initialize the '/dev' directory at startup. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udevtrigger: Breakout udevtrigger packageGeoff Levand2009-08-241-13/+0
| | | | | | | | | | | | Current versions of udev no longer provide the separate udevtrigger utility that hotplug2 needs. To allow for the udev package to be updated, yet still provide a udevtrigger, create a new package udevtrigger that is built from old udev sources. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing udevextras package option - edd_idYuji Mano2008-05-052-8/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move hotplug2 & udevtrigger to base sectionNicolas Thill2008-04-211-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10910 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove udevextras dependency on udev (thx, fish)Felix Fietkau2008-04-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10847 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udevtrigger shouldn't depend on udev, we use it standalone for hotplug2Imre Kaloz2008-04-141-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10833 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix udevextras build when no extras were actually selectedNicolas Thill2008-04-131-3/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/udev] Replace udev-vol-id pacakge with configurable udevextrasJeremy Kerr2008-04-122-9/+73
| | | | | | | | | | | | | | | Instead of just having one vol_id package, create a 'udevextras' package for all of the udev "EXTRAS" utilities. Selecting this package allows each extra to be selected individually. Also, installing udevextras adds a few udev rules for persistent device naming. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/udev] Group input devices under /dev/inputJeremy Kerr2008-04-122-0/+11
| | | | | | | | | | | This change adds a udev rules file to group input devices (via symlinks) under their usual expected location of /dev/input. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a package for the udev vol_id utility (thx, fish)Felix Fietkau2008-04-011-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10697 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use $(CP) instead of $(INSTALL_BIN) for binaries.Felix Fietkau2007-12-091-6/+6
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add udev initilisationFelix Fietkau2007-10-231-0/+1
| | | | | | | | | | | | We have a udev package, but no means to start udev at boot. This change adds the necessary startup in /init, and adds the required /sbin/udevsettle to the udev installed files Signed-off-by: Jeremy Kerr <jk@ozlabs.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-5/+7
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a '@KERNEL' download facility, tweak scriptNicolas Thill2007-08-261-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-043-8/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixes for a few build errors on osx without finkFelix Fietkau2007-04-291-0/+50
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-3/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trunk.. same deal as changeset:6526Tim Yardley2007-03-052-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6527 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-041-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade udev to latest version and add separate package for udevtrigger ↵Felix Fietkau2007-03-041-2/+13
| | | | | | (will be used by hotplug2) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade udev to v103, add kexec-toolsImre Kaloz2006-11-242-15/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefile, change section from base to utilsNicolas Thill2006-09-231-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is dueMike Baker2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-211-1/+1
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve dependency handling, fix some package makefile bugsFelix Fietkau2006-05-301-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix conversion to buildroot-ng.Nicolas Thill2006-05-291-4/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace $(IDIR_*) with $(1)Felix Fietkau2006-05-111-14/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3759 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Convert packages to new templateMike Baker2006-05-104-45/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix udev for systems with /bin/install instead of /usr/bin/installFelix Fietkau2006-03-231-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change cp to $(CP)Mike Baker2006-02-011-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adjust svn properties: add missing "svn:keywords" for Makefiles, Nicolas Thill2005-12-121-1/+1
| | | | | | | set "svn:eol-style" to LF and remove "svn:keywords" for Config.in and ipkg/* files git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2638 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add udev packageNicolas Thill2005-12-075-0/+96
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2596 3c298f89-4303-0410-b956-a3cf2f4a3e73