aboutsummaryrefslogtreecommitdiff
path: root/utils/eudev
Commit message (Collapse)AuthorAge
* eudev: remove packageDaniel Golle2017-06-19
| | | | | | | | | | | | | | It's pretty useless as udev cannot run in coexistence with procd. It was added mostly to get packages compiled which depend on libudev, knowing that the udev related functionality will be broken. eudev has now been replaced by libudev-fbsd which does the job much better and may serve as a drop-in replacement with even some working features. In future we may want our own libudev-procd library which can also be a mostly-stub implementation but may query things from procd using ubus in some situations... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* eudev: update to version 3.2Daniel Golle2016-06-14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* eudev: split packageDaniel Golle2016-06-14
| | | | | | | | Split package into libudev and eudev. Fixes #2550 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* eudev: fixup patchesDaniel Golle2016-02-10
| | | | | | sorry for the mess, once again I forgot to git add ... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* eudev: add new packageDaniel Golle2016-02-10
| | | | | | | | eudev is a fork of systemd-udev which doesn't require all the rest of systemd. It's suitable for running along with OpenWrt's procd, eplacing the very outdated version of pre-systemd udev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* eudev: add new packageDaniel Golle2016-02-10
eudev is a fork of systemd-udev which doesn't require all the rest of systemd. It's suitable for running along with OpenWrt's procd, eplacing the very outdated version of pre-systemd udev. Signed-off-by: Daniel Golle <daniel@makrotopia.org>