From: Robert Yang Date: Thu, 3 Jul 2014 06:58:17 +0000 (+0800) Subject: scripts: fix no newline at end of file X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58cc5c502bd0309feed65ab7836ed8fbaab6ced9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git scripts: fix no newline at end of file Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf index 2e704263e16..9ea411933c4 100644 --- a/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf +++ b/scripts/lib/bsp/substrate/target/arch/mips/conf/machine/{{=machine}}.conf @@ -35,4 +35,4 @@ USE_VT ?= "0" MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" IMAGE_FSTYPES ?= "jffs2 tar.bz2" -JFFS2_ERASEBLOCK = "0x10000" \ No newline at end of file +JFFS2_ERASEBLOCK = "0x10000"