package/udev: move configuration in submenu, rename udev-config.in to Config.in for consistency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20908 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
9a4a4d8a7c
commit
8d2302993b
|
@ -1,11 +1,10 @@
|
||||||
# udev package config
|
# udev package config
|
||||||
|
|
||||||
menu "udev configuration"
|
menu "Configuration"
|
||||||
depends on PACKAGE_udev
|
depends on PACKAGE_udev
|
||||||
|
|
||||||
config UDEV_DISABLE_LOGGING
|
config UDEV_DISABLE_LOGGING
|
||||||
bool "Disable udev logging to syslog"
|
bool "Disable udev logging to syslog"
|
||||||
depends on PACKAGE_udev
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Disable logging of udev messages to the syslog. If
|
Disable logging of udev messages to the syslog. If
|
||||||
|
@ -13,7 +12,6 @@ config UDEV_DISABLE_LOGGING
|
||||||
|
|
||||||
config UDEV_ENABLE_DEBUG
|
config UDEV_ENABLE_DEBUG
|
||||||
bool "Enable debug build of the udev package"
|
bool "Enable debug build of the udev package"
|
||||||
depends on PACKAGE_udev
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Compile in udev debug messages. If unsure, choose
|
Compile in udev debug messages. If unsure, choose
|
|
@ -26,6 +26,7 @@ define Package/udev
|
||||||
TITLE:=Dynamic device management subsystem
|
TITLE:=Dynamic device management subsystem
|
||||||
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
URL:=http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
|
||||||
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
MAINTAINER:=Geoff Levand <geoffrey.levand@am.sony.com>
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/udev/description
|
define Package/udev/description
|
||||||
|
@ -34,7 +35,7 @@ define Package/udev/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/udev/config
|
define Package/udev/config
|
||||||
source "$(SOURCE)/udev-config.in"
|
source "$(SOURCE)/Config.in"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
udev-args-$(CONFIG_UDEV_DISABLE_LOGGING) += --disable-logging
|
udev-args-$(CONFIG_UDEV_DISABLE_LOGGING) += --disable-logging
|
||||||
|
|
Loading…
Reference in New Issue