From 28e45610be73869561f6406a555df1d5bbc5768a1f271b30d3179619c5040fe6 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Tue, 6 May 2014 07:21:32 +0000 Subject: [PATCH] Accepting request 232773 from home:jones_tony:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/232773 OBS-URL: https://build.opensuse.org/package/show/Base:System/suse-module-tools?expand=0&rev=17 --- suse-module-tools.changes | 5 +++++ weak-modules2 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/suse-module-tools.changes b/suse-module-tools.changes index b3c04ac..90d40b2 100644 --- a/suse-module-tools.changes +++ b/suse-module-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 5 17:15:37 UTC 2014 - tonyj@suse.com + +- Add support for ARM zImage to weak-modules2 + ------------------------------------------------------------------- Tue Apr 15 14:32:55 UTC 2014 - mmarek@suse.cz diff --git a/weak-modules2 b/weak-modules2 index 0ea7354..900e4d5 100644 --- a/weak-modules2 +++ b/weak-modules2 @@ -347,7 +347,7 @@ run_depmod_and_mkinitrd() { fi if needs_mkinitrd $krel; then local image - for x in vmlinuz image vmlinux linux bzImage uImage Image; do + for x in vmlinuz image vmlinux linux bzImage uImage Image zImage; do if [ -f /boot/$x-$krel ]; then image=$x break