package/udev: move configuration in submenu, rename udev-config.in to Config.in for consistency
SVN-Revision: 20908
This commit is contained in:
parent
0d27dafcbd
commit
76feb97404
2 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
# udev package config
|
||||
|
||||
menu "udev configuration"
|
||||
depends on PACKAGE_udev
|
||||
menu "Configuration"
|
||||
depends on PACKAGE_udev
|
||||
|
||||
config UDEV_DISABLE_LOGGING
|
||||
bool "Disable udev logging to syslog"
|
||||
depends on PACKAGE_udev
|
||||
default n
|
||||
help
|
||||
Disable logging of udev messages to the syslog. If
|
||||
|
@ -13,7 +12,6 @@ config UDEV_DISABLE_LOGGING
|
|||
|
||||
config UDEV_ENABLE_DEBUG
|
||||
bool "Enable debug build of the udev package"
|
||||
depends on PACKAGE_udev
|
||||
default n
|
||||
help
|
||||
Compile in udev debug messages. If unsure, choose
|
|
@ -26,6 +26,7 @@ define Package/udev
|
|||
TITLE:=Dynamic device management subsystem
|
||||
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||
MENU:=1
|
||||
endef
|
||||
|
||||
define Package/udev/description
|
||||
|
@ -34,7 +35,7 @@ define Package/udev/description
|
|||
endef
|
||||
|
||||
define Package/udev/config
|
||||
source "$(SOURCE)/udev-config.in"
|
||||
source "$(SOURCE)/Config.in"
|
||||
endef
|
||||
|
||||
udev-args-$(CONFIG_UDEV_DISABLE_LOGGING) += --disable-logging
|
||||
|
|
Loading…
Reference in a new issue