]> git.baikalelectronics.ru Git - kernel.git/commit
kbuild: do not check for ancient modutils tools
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 17 Jan 2012 16:50:51 +0000 (14:50 -0200)
committerMichal Marek <mmarek@suse.cz>
Mon, 23 Jan 2012 14:12:19 +0000 (15:12 +0100)
commit28fdcf03617144bab775f79a58a1ec10778d77e1
treee78cc3e29c91169387746254325659959ba0fb7a
parent57972bb395c3c00f6301f502e045ce7bbcac7d49
kbuild: do not check for ancient modutils tools

scripts/depmod.sh checks for the output of '-V' expecting that it has
module-init-tools in it. It's a hack to prevent users from using
modutils instead of module-init-tools, that only works with 2.4.x
kernels. This however prints an annoying warning for kmod tool, that is
currently replacing module-init-tools.

Rather than putting another check for kmod's version, just remove it
since users of 2.4.x kernel are unlikely to upgrade to 3.x, and if they
do, let depmod fail in that case because they should know what they are
doing.

Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Acked-by: WANG Cong <amwang@redhat.com>
Acked-By: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/depmod.sh