udev: don't hide if busybox is enabled
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 19 Sep 2010 20:55:41 +0000 (22:55 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 19 Sep 2010 21:02:13 +0000 (23:02 +0200)
commitc1df74fbcaccfe76493b9e769f9bf1c4ff25f1ac
tree396c44073d4c845ee476be64683a950b8af093be
parentc29e01e61e5754c446eb524f65b01195cf25cbcc
udev: don't hide if busybox is enabled

udev is hidden by default (because of BR2_PACKAGE_BUSYBOX_SHOW_OTHERS),
but other packages (hal + usbmount) tries to select it, which gives
warnings if it isn't visible.

To fix this, simply make it always visible. To call mdev an equivalent
of udev is also stretching the truth anyway.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/Config.in