aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/depmod.sh
Commit message (Collapse)AuthorAge
* kbuild: Hack for depmod not handling X.Y versionsMichal Marek2011-06-09
| | | | | | | | 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>
* kbuild: Move depmod call to a separate scriptMichal Marek2011-06-09
Do not bloat the Makefile with multiline shell statements. No user-visible change intended. Signed-off-by: Michal Marek <mmarek@suse.cz>