sdk: predefine kernel version magic
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Sep 2014 10:25:47 +0000 (10:25 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Sep 2014 10:25:47 +0000 (10:25 +0000)
commit057e518224cf6fad76059fe62ba4b681ebd9a85c
treeae3ba56597555d4fb023609be5bdbd54d4bd83dc
parent4bf83f89e00595f1065d302ff0c846fbeb17a15c
sdk: predefine kernel version magic

Kernel modules which are built using the SDK do not have access
to the .vermagic file in the Linux build dir, therefore the
generated .ipk metadata depends on kernel versions like
'3.10.49-1-unknown' which are not satisfiable by the kernel
meta package in the image.

Fix this problem by substituting 'unknown' with the current
version magic in include/kernel.mk when packing the SDK.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42590
target/sdk/Makefile