X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flinux-initrd;h=101ec5d4ec0d295373721959cc1ed34a5d99f0d0;hb=cb1b213c5ccd2bc957b191a1eea50967ced7f4f7;hp=b5cc42212deaf917ae078257fd09de245b3d9f2c;hpb=32bda1fb6e7a7571c2567d3b5d575862e2549e3a;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/linux-initrd b/lfs/linux-initrd index b5cc42212d..101ec5d4ec 100644 --- a/lfs/linux-initrd +++ b/lfs/linux-initrd @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2014 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -65,11 +65,14 @@ ifneq "$(KCFG)" "-pae" dracut --force --verbose --strip --xz /boot/initramfs-$(KVER)-$(VERSUFIX).img $(KVER)-$(VERSUFIX) ifeq "$(KCFG)" "-kirkwood" - cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(VERSUFIX) +# cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(VERSUFIX) + cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(KVER)-$(VERSUFIX) + cd /boot && rm initramfs-$(KVER)-$(VERSUFIX).img endif ifeq "$(KCFG)" "-multi" - cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(VERSUFIX) + cd /boot && mkimage -A arm -T ramdisk -C lzma -d initramfs-$(KVER)-$(VERSUFIX).img uInit-$(KVER)-$(VERSUFIX) + cd /boot && rm initramfs-$(KVER)-$(VERSUFIX).img endif endif