It does, more or less, if you use the if directives:
if -f /etc/modules.conf-2.4.9-6
include /etc/modules.conf-2.4.9-6
else
[regular stuff here
endif
Or better yet, something like
option foo one=this two=that
if `uname -4` > 2.4.x
add option foo three=blah
endif
mrc
--
Mike Castle dalgoda@ix.netcom.com www.netcom.com/~dalgoda/
We are all of us living in the shadow of Manhattan. -- Watchmen
fatal ("You are in a maze of twisty compiler features, all different"); -- gcc
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/