target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)
[openwrt/svn-archive/archive.git] / package / block-extroot / Config.in
1 #
2 # Copyright (C) 2010 Vertical Communications
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 config EXTROOT_SETTLETIME
9 int
10 prompt "Settle time for root block device (s)" if PACKAGE_block-extroot
11 default 20
12 help
13 This is the amount of time, in seconds, to wait for the block device
14 the root filesystem is on to become available, after the kernel that
15 modules for the rootfs and device are loaded.
16
17