From: ms Date: Sun, 27 May 2007 11:13:06 +0000 (+0000) Subject: Nochn Fix - obs daran gelegen hat? X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=872e5216a5f025777350cbcfb9fdb11ea95af909 Nochn Fix - obs daran gelegen hat? git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@586 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/lfs/linux b/lfs/linux index bed722bb9..5d4e0dd09 100644 --- 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