You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/sdk
Jo-Philipp Wich 057e518224 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
10 years ago
..
files target/sdk: fix parallel build calls 10 years ago
Config.in build: consistently use 'depends on' instead of 'depends' 11 years ago
Makefile sdk: predefine kernel version magic 10 years ago
convert-config.pl target/sdk: use .config instead of unconditionally enabling all build dirs 10 years ago