]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fcdsl
Netzwerkscripts erweitert.
[people/pmueller/ipfire-2.x.git] / lfs / fcdsl
index a24c90b0eb9725daebe6ed347f1c49cd294dc0b3..9f83d58ad897e2c7174aa9ed8f8aa86fecf92d23 100644 (file)
--- a/lfs/fcdsl
+++ b/lfs/fcdsl
@@ -81,25 +81,25 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 ifeq "$(SMP)" ""
        cd $(DIR_APP) && sed -i \
            -e 's/$$(shell uname -m)/$(MACHINE)/' \
-           -e 's/$$(shell uname -r)/$(KVER)/' \
-           -e 's/`uname -r`/$(KVER)/' \
+           -e 's/$$(shell uname -r)/$(KVER)-ipfire/' \
+           -e 's/`uname -r`/$(KVER)-ipfire/' \
            -e 's/^\(CCFLAGS.*\)$$/\1 \\/' \
            -e '\+^CCFLAGS+a\ \
                  -include \$$(KRNLINCL)/config/modversions.h' \
            -e '/^DEFINES/a\ \
                  -DMODVERSIONS \\' src/Makefile
-       cd $(DIR_APP) && sed -i -e 's/$$(shell uname -r)/$(KVER)/' Makefile
+       cd $(DIR_APP) && sed -i -e 's/$$(shell uname -r)/$(KVER)-ipfire/' Makefile
 else
        cd $(DIR_APP) && sed -i \
            -e 's/$$(shell uname -m)/$(MACHINE)/' \
-           -e 's/$$(shell uname -r)/$(KVER)-smp/' \
-           -e 's/`uname -r`/$(KVER)-smp/' \
+           -e 's/$$(shell uname -r)/$(KVER)-ipfire-smp/' \
+           -e 's/`uname -r`/$(KVER)-ipfire-smp/' \
            -e 's/^\(CCFLAGS.*\)$$/\1 \\/' \
            -e '\+^CCFLAGS+a\ \
                  -include \$$(KRNLINCL)/config/modversions.h' \
            -e '/^DEFINES/a\ \
                  -DMODVERSIONS \\' src/Makefile
-       cd $(DIR_APP) && sed -i -e 's/$$(shell uname -r)/$(KVER)-smp/' Makefile
+       cd $(DIR_APP) && sed -i -e 's/$$(shell uname -r)/$(KVER)-ipfire-smp/' Makefile
 endif
        cd $(DIR_APP) && make CC=$(CC)
        cd $(DIR_APP) && make CC=$(CC) install