This commit is contained in:
Mario Fetka
2011-12-10 15:06:28 +01:00
parent bd13662be8
commit 08637f456f
16 changed files with 4 additions and 2192 deletions

View File

@@ -169,7 +169,8 @@ _get_real_kv_full() {
elif [[ "${OKV/.*}" = "3" ]]; then
# Linux 3.x support, KV_FULL is set to: 3.0-genlink
# need to add another final .0 to the version part
echo "${ORIGINAL_KV_FULL/-/.0-}"
# echo "${ORIGINAL_KV_FULL/-/.0-}"
echo "${ORIGINAL_KV_FULL}"
else
echo "${ORIGINAL_KV_FULL}"
fi
@@ -329,6 +330,8 @@ nas-kernel_src_unpack() {
# some sources could have multiple append-based EXTRAVERSIONs
sed -i "s/^EXTRAVERSION :=.*//" "${S}/Makefile" || die
fi
# no need for the ckversion
sed -i "s:\$(CKVERSION)::" "${S}/Makefile" || die
OKV="${okv}"
}