linux: add probing for kernel version when installing modules
authorHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 30 Oct 2008 14:02:05 +0000 (14:02 -0000)
committerHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Thu, 30 Oct 2008 14:02:05 +0000 (14:02 -0000)
commit4c1a34471dbf066ac547bf44de3f77b4555ee714
tree49583f55756e407c0ae5a62692fba2750bf219bd
parentef85a2b225bad6b79e17d4bfb758c473df54ef1c
linux: add probing for kernel version when installing modules

This patch will ask the kernel for the specific version before doing
modules_install, that way Buildroot will know which directories to remove and
what parameters to use for depmod. Needed when compiling a kernel grabbed from
GIT or vendor specific releases.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
target/linux/Makefile.in.advanced