diff options
author | Rob Landley <rob@landley.net> | 2007-09-05 21:23:56 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-09-05 21:23:56 -0500 |
commit | df27a6052e79a854db0e1337d28768f7c013d4f9 (patch) | |
tree | 2da790c59cb01f4e36009e84c1e52ba590ccfe0c /toys | |
parent | 34d4ce7d0720687131dcc97cf64ec14687d7c4ec (diff) | |
download | toybox-df27a6052e79a854db0e1337d28768f7c013d4f9.tar.gz |
Missing config dependency: The mdev config file should depend on mdev.
Diffstat (limited to 'toys')
-rw-r--r-- | toys/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index e6f9636c..8c3017cd 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -130,6 +130,7 @@ config MDEV config MDEV_CONF bool "Configuration file for mdev" default n + depends on MDEV help The mdev config file (/etc/mdev.conf) contains lines that look like: hd[a-z][0-9]* 0:3 660 |