]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Ein Fix zum bauen des XEN-Kernels.
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 26 May 2007 20:44:12 +0000 (20:44 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 26 May 2007 20:44:12 +0000 (20:44 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@584 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

doc/packages-list.txt
lfs/linux

index b1342cebac34be75fb48b15242991b87ac431a66..8ec03df10825e307e16ffeec757f4144e098f18c 100644 (file)
@@ -44,7 +44,6 @@
 * bind-9.3.2
 * binutils-2.16.1
 * bison-2.2
-* bootsplash-3.2
 * bridge-utils-1.1
 * busybox-1.2.2
 * bwm-ng-0.6
index fdeeb9e146baca22db75f4ea1f87de59738aa73d..bed722bb914e06d15aad07f899ef2b696db76fd0 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -188,8 +188,8 @@ endif
 
 ifeq "$(SMP)" "1"
        cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =.*/EXTRAVERSION\ =\ $(PATCHLEVEL)-ipfire-smp/' Makefile
-       cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinuz
-       cd $(DIR_APP) && cp -v vmlinuz /boot/vmlinuz-$(VER)-ipfire-smp
+       cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinux
+       cd $(DIR_APP) && cp -v vmlinux /boot/vmlinuz-$(VER)-ipfire-smp
        cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-ipfire-smp
        ln -sf vmlinuz-$(VER)-ipfire-smp /boot/vmlinuz-ipfire-smp
        cd $(DIR_APP) && make CC="$(KGCC)" $(MAKETUNING) modules
@@ -205,8 +205,8 @@ ifeq "$(XEN)" "1"
        cd $(DIR_APP) && make CC="$(KGCC)" $(MAKETUNING) modules_install
 else
        cd $(DIR_APP) && sed -i -e 's/EXTRAVERSION\ =.*/EXTRAVERSION\ =\ $(PATCHLEVEL)-ipfire/' Makefile
-       cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinuz
-       cd $(DIR_APP) && cp -v vmlinuz /boot/vmlinuz-$(VER)-ipfire
+       cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" vmlinux
+       cd $(DIR_APP) && cp -v vmlinux /boot/vmlinuz-$(VER)-ipfire
        cd $(DIR_APP) && cp -v System.map /boot/System.map-$(VER)-ipfire
        cd $(DIR_APP) && cp -v .config /boot/config-$(VER)-ipfire
        ln -sf vmlinuz-$(VER)-ipfire /boot/vmlinuz-ipfire