diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-28 23:02:26 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-28 23:02:26 +0000 |
commit | fa9fc5aafa2656e6d9ebbd946a454d58a91d1ba9 (patch) | |
tree | fce2dbf8e372afb7624d8e2974f51a29b2f34494 /package/udev/Config.in | |
parent | 19ab5e67fe077986b17453aacc610b4e9d6cbaf7 (diff) | |
download | buildroot-novena-fa9fc5aafa2656e6d9ebbd946a454d58a91d1ba9.tar.gz buildroot-novena-fa9fc5aafa2656e6d9ebbd946a454d58a91d1ba9.zip |
Replace space by tabs
Diffstat (limited to 'package/udev/Config.in')
-rw-r--r-- | package/udev/Config.in | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/package/udev/Config.in b/package/udev/Config.in index b005012d7..8917d1692 100644 --- a/package/udev/Config.in +++ b/package/udev/Config.in @@ -7,28 +7,28 @@ config BR2_PACKAGE_UDEV ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/ config BR2_PACKAGE_UDEV_UTILS - bool "udev-utils" - default n - depends on BR2_PACKAGE_UDEV - help - Adds the udevmonitor, udevinfo, and udevtest binaries + bool "udev-utils" + default n + depends on BR2_PACKAGE_UDEV + help + Adds the udevmonitor, udevinfo, and udevtest binaries to your filesystem. menu "Extra udev tools" - depends BR2_PACKAGE_UDEV + depends BR2_PACKAGE_UDEV config BR2_PACKAGE_UDEV_VOLUME_ID - bool "udev-libvolume_id" - default n - depends on BR2_PACKAGE_UDEV - help - Build and install volume identification library. + bool "udev-libvolume_id" + default n + depends on BR2_PACKAGE_UDEV + help + Build and install volume identification library. config BR2_PACKAGE_UDEV_SCSI_ID - bool "udev-scsi_id" - default n - depends on BR2_PACKAGE_UDEV - help - Build and install SCSI disk identification library. + bool "udev-scsi_id" + default n + depends on BR2_PACKAGE_UDEV + help + Build and install SCSI disk identification library. endmenu |