mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 03:51:32 +02: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:
parent
1c7b655c27
commit
20bc6d90f2
@ -1,11 +1,10 @@
|
||||
# udev package config
|
||||
|
||||
menu "udev configuration"
|
||||
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 New Issue
Block a user