]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/dracut
kernel: add arm7 multiplatform kernel.
[people/teissler/ipfire-2.x.git] / lfs / dracut
index ed950c5d504d3628e8417bdb5c3d9bd6005ab81f..d486950d8b7dbe11626b87f427e2520a7835f459 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2011  IPFire Team  <info@ipfire.org>                          #
+# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # 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        #
@@ -26,9 +26,6 @@ include Config
 
 VER        = 006
 
-# Version of the omap kernel
-KVER3 = `grep "^VER " $(DIR_SRC)/lfs/linux3 | sed "s| ||g" | cut -d"=" -f2`
-
 THISAPP    = dracut-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 DL_FROM    = $(URL_IPFIRE)
@@ -95,15 +92,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # needed.
 
 ifeq "$(MACHINE_TYPE)" "arm"
-       # versatile kernel
-       /sbin/dracut --force --verbose --strip /boot/ipfirerd-$(KVER)-versatile.img $(KVER)-ipfire-versatile
        # kirkwood kernel
        /sbin/dracut --force --verbose --strip /boot/ipfirerd-$(KVER)-kirkwood.img $(KVER)-ipfire-kirkwood
        cd /boot && mkimage -A arm -T ramdisk -C lzma -d ipfirerd-$(KVER)-kirkwood.img uInit-ipfire-kirkwood
-
-       # omap kernel
-       /sbin/dracut --force --verbose --strip /boot/ipfirerd-$(KVER3)-omap.img $(KVER3)-ipfire-omap
-       cd /boot && mkimage -A arm -T ramdisk -C lzma -d ipfirerd-$(KVER3)-omap.img uInit-ipfire-omap
+       # arm7 multi kernel
+       /sbin/dracut --force --verbose --strip /boot/ipfirerd-$(KVER)-multi.img $(KVER)-ipfire-multi
+       cd /boot && mkimage -A arm -T ramdisk -C lzma -d ipfirerd-$(KVER)-multi.img uInit-ipfire-multi
+#      cd /boot && cp -f ipfirerd-$(KVER)-multi.img zInit-ipfire-multi
 else
        /sbin/dracut --force --verbose --strip /boot/ipfirerd-$(KVER).img $(KVER)-ipfire
 endif