]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Nochn Fix - obs daran gelegen hat?
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 27 May 2007 11:13:06 +0000 (11:13 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 27 May 2007 11:13:06 +0000 (11:13 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@586 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

lfs/linux

index bed722bb914e06d15aad07f899ef2b696db76fd0..5d4e0dd090bd856d902e58a582896867ec556a22 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)" vmlinux
-       cd $(DIR_APP) && cp -v vmlinux /boot/vmlinuz-$(VER)-ipfire-smp
+       cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" bzImage
+       cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /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)" vmlinux
-       cd $(DIR_APP) && cp -v vmlinux /boot/vmlinuz-$(VER)-ipfire
+       cd $(DIR_APP) && make $(MAKETUNING) CC="$(KGCC)" bzImage
+       cd $(DIR_APP) && cp -v arch/i386/boot/bzImage /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