summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/redcore-kernel.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/redcore-kernel.eclass b/eclass/redcore-kernel.eclass
index 389dac06..cb855639 100644
--- a/eclass/redcore-kernel.eclass
+++ b/eclass/redcore-kernel.eclass
@@ -251,7 +251,7 @@ if [ -n "${K_FIRMWARE_PACKAGE}" ]; then
elif [ "${K_KERNEL_SLOT_USEPVR}" = "1" ]; then
SLOT="${PVR}"
elif [ "${K_KERNEL_NEW_VERSIONING}" = "1" ]; then
- SLOT="$(get_version_component_range 1-2)"
+ SLOT="$(get_version_component_range 1-3)"
else
SLOT="${PV}"
fi