]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/fcpci
Reiser4 Implementation abgeschlossen...
[ipfire-2.x.git] / lfs / fcpci
index 8cf6659924c849eef75c8884b58a98d12f3d956d..bc27f2707d795840f738027ef9f1da0a46c8ecc4 100644 (file)
--- a/lfs/fcpci
+++ b/lfs/fcpci
@@ -81,7 +81,7 @@ ifeq "$(SMP)" ""
        cd $(DIR_APP) && sed -i \
            -e 's/$$(shell uname -m)/$(MACHINE)/' \
            -e 's/$$(shell uname -r)/$(KVER)-ipfire/' \
-           -e 's/`uname -r`/$(KVER)/' \
+           -e 's/`uname -r`/$(KVER)-ipfire/' \
            -e 's/^\(CCFLAGS.*\)$$/\1 \\/' \
            -e '\+^CCFLAGS+a\ \
                  -include \$$(KRNLINCL)/linux/modversions.h' \
@@ -93,7 +93,7 @@ else
        cd $(DIR_APP) && sed -i \
            -e 's/$$(shell uname -m)/$(MACHINE)/' \
            -e 's/$$(shell uname -r)/$(KVER)-ipfire-smp/' \
-           -e 's/`uname -r`/$(KVER)-smp/' \
+           -e 's/`uname -r`/$(KVER)-ipfire-smp/' \
            -e 's/^\(CCFLAGS.*\)$$/\1 \\/' \
            -e '\+^CCFLAGS+a\ \
                  -include \$$(KRNLINCL)/linux/modversions.h' \