From: Arne Fitzenreiter Date: Wed, 6 May 2015 17:38:07 +0000 (+0200) Subject: core90: supply new kernel version to user update script X-Git-Tag: v2.17-core91~64 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=086eb9b58233ec19e555a9ded97d00a863fef404 core90: supply new kernel version to user update script --- diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index 7e41f4ba63..4835c5a29c 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -242,7 +242,7 @@ fi # call user update script (needed for some arm boards) if [ -e /boot/pakfire-kernel-update ]; then - /boot/pakfire-kernel-update + /boot/pakfire-kernel-update ${KVER} fi