1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:03:49 +03:00

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-a3cf2f4a3e73
This commit is contained in:
nico 2010-04-16 10:03:09 +00:00
parent 1c7b655c27
commit 20bc6d90f2
2 changed files with 4 additions and 5 deletions

View File

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

View File

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