Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kbuild: Hack for depmod not handling X.Y versions | Michal Marek | 2011-06-09 | 1 | -1/+24 |
| | | | | | | | | 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 script | Michal Marek | 2011-06-09 | 1 | -0/+25 |
Do not bloat the Makefile with multiline shell statements. No user-visible change intended. Signed-off-by: Michal Marek <mmarek@suse.cz> |