Commit c1df74fb authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c29e01e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -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"