From: Victor Martinez Date: Fri, 19 Oct 2012 15:09:45 +0000 (+0000) Subject: Fixed code to override the user@host string displayed during boot and in /proc/version X-Git-Url: http://gitweb/?a=commitdiff_plain;h=1735214d67f48c06a167d1e68329960aa7fe2d20;p=kernel%2Fversatile.git Fixed code to override the user@host string displayed during boot and in /proc/version --- diff --git a/Makefile b/Makefile index 4a0e5d6..579e36d 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ $(WORK)/linux-$(KERNEL_VERSION).tar.bz2: $(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 config-$(KERNEL_VERSION) tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 - sed -e 's|`whoami`|devel|' -e 's|`hostname .*`|crux-arm.nu|' -i $(WORK)/linux-$(KERNEL_VERSION)/scripts/mkcompile_h + sed -e 's|LINUX_COMPILE_BY=.*|LINUX_COMPILE_BY=devel|g' -e 's|`hostname`|crux-arm.nu|g' -i $(WORK)/linux-$(KERNEL_VERSION)/scripts/mkcompile_h cd $(WORK)/linux-$(KERNEL_VERSION) && \ make mrproper && \ cp -v $(PWD)/config-$(KERNEL_VERSION) .config && \