commit | c2741e1f72d77e8bd46c932d6d7b12286d5d338c | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon Jun 02 18:59:16 2008 +0000 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Mon Jun 02 18:59:16 2008 +0000 |
tree | 4401061001eca7d8991ff3fd0b8ec285e7cecfad | |
parent | ef729dd90c72d69523871b69ebb34fa367800a69 [diff] [blame] |
- add alias support
diff --git a/modutils/Config.in b/modutils/Config.in index fb7fb22..bf93c74 100644 --- a/modutils/Config.in +++ b/modutils/Config.in
@@ -25,6 +25,16 @@ If unsure, say N. +config FEATURE_DEPMOD_ALIAS + bool "alias support" + default n + depends on DEPMOD + help + By default modules.dep does not contain alias information. + Enable this to emit aliases of the form: + + alias pcmcia:m*c*f03fn*pfn*pa*pb*pc*pd* parport_cs + config INSMOD bool "insmod" default n