kbuild: Hack for depmod not handling X.Y versions
authorMichal Marek <mmarek@suse.cz>
Thu, 9 Jun 2011 14:35:41 +0000 (16:35 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 9 Jun 2011 21:05:54 +0000 (23:05 +0200)
commitbfe5424a8b31624e7a476f959d552999f931e7c7
treed861c9867bd27845697502e242b632d78e01d487
parentfc4da9a3e68b1f64237fafda084f61067f568a99
kbuild: Hack for depmod not handling X.Y versions

depmod from module-init-tools < 3.13 and the busybox depmod check if the
kernel release starts with <num>.<num>.<num>. To support these versions,
we create a symlink with two numbers prepended.

Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/depmod.sh