瀏覽代碼

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>
Peter Korsgaard 15 年之前
父節點
當前提交
c1df74fbca
共有 2 個文件被更改,包括 1 次插入4 次删除
  1. 1 1
      CHANGES
  2. 0 3
      package/Config.in

+ 1 - 1
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

+ 0 - 3
package/Config.in

@@ -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"