X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2FConfig;h=357098862522f700ddb9196fbd7728bb09b00c24;hp=7a0110a0226a723e63baba8c3ebb55ac949f9f7e;hb=1b273e8f78cb0f9c3c01e2d864846674f4062e2f;hpb=a7ec54078af34b2e91c3f3c3326924efc191fb76 diff --git a/lfs/Config b/lfs/Config index 7a0110a02..357098862 100644 --- a/lfs/Config +++ b/lfs/Config @@ -69,10 +69,10 @@ define PREBUILD if [ -f $(DIR_SRC)/linux-$(KVER) ]; then \ if [ "$(SMP)" = "" ]; then \ cd $(DIR_SRC)/linux-$(KVER) && \ - sed -i -e 's+^EXTRAVERSION.*$$+EXTRAVERSION\ =\ $(word 4,$(subst ., .,$(KVER)))+' Makefile; \ + sed -i -e 's+^EXTRAVERSION.*$$+EXTRAVERSION\ =\ $(word 4,$(subst ., .,$(KVER)))-ipfire+' Makefile; \ else \ cd $(DIR_SRC)/linux-$(KVER) && \ - sed -i -e 's+^EXTRAVERSION.*$$+EXTRAVERSION\ =\ $(word 4,$(subst ., .,$(KVER)))-smp+' Makefile; \ + sed -i -e 's+^EXTRAVERSION.*$$+EXTRAVERSION\ =\ $(word 4,$(subst ., .,$(KVER)))-ipfire-smp+' Makefile; \ fi; \ fi endef