summaryrefslogtreecommitdiff
path: root/include/image.mk
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-11-18 22:23:38 +0000
committerLuka Perkov <luka@openwrt.org>2013-11-18 22:23:38 +0000
commitfbe8d27c7f086908e3db69e055e0fec330d17495 (patch)
tree75b03715e7238f9c2dae9e347bc4d49bb80153fc /include/image.mk
parent03fcc9bf43b27157fba896cb7d48a7e4ca4d02ee (diff)
downloadmtk-20170518-fbe8d27c7f086908e3db69e055e0fec330d17495.zip
mtk-20170518-fbe8d27c7f086908e3db69e055e0fec330d17495.tar.gz
mtk-20170518-fbe8d27c7f086908e3db69e055e0fec330d17495.tar.bz2
image: remove spaces from toupper function
The extra prefix space is passed to the caller. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38855
Diffstat (limited to 'include/image.mk')
-rw-r--r--include/image.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/image.mk b/include/image.mk
index aa56595..bc7e7db 100644
--- a/include/image.mk
+++ b/include/image.mk
@@ -68,7 +68,7 @@ define add_jffs2_mark
endef
define toupper
- $(shell echo $(1) | tr '[:lower:]' '[:upper:]')
+$(shell echo $(1) | tr '[:lower:]' '[:upper:]')
endef
# pad to 4k, 8k, 64k, 128k 256k and add jffs2 end-of-filesystem mark