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>
This commit is contained in:
parent
c29e01e61e
commit
c1df74fbca
2
CHANGES
2
CHANGES
@ -23,7 +23,7 @@
|
||||
neon, netperf, ntfsprogs, openntpd, openssh, openvpn, oprofile,
|
||||
pango, pcre, php, prboom, radvd, qt, samba, sdl_sound,
|
||||
shared-mime-info, speex, sqlite, strace, taglib, tcpdump,
|
||||
tiff, tn5250, udpcast, usbutils, which, xlib_libX11
|
||||
tiff, tn5250, udev, udpcast, usbutils, which, xlib_libX11
|
||||
|
||||
Removed packages: dillo, libglib12, libgtk12, microwin,
|
||||
pcmcia
|
||||
|
@ -186,10 +186,7 @@ source "package/squashfs/Config.in"
|
||||
source "package/squashfs3/Config.in"
|
||||
source "package/sshfs/Config.in"
|
||||
source "package/sysstat/Config.in"
|
||||
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
# mdev
|
||||
source "package/udev/Config.in"
|
||||
endif
|
||||
source "package/usb_modeswitch/Config.in"
|
||||
source "package/usbmount/Config.in"
|
||||
source "package/usbutils/Config.in"
|
||||
|
Loading…
Reference in New Issue
Block a user