ソースを参照

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"