1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-10 16:56:25 +02:00

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
This commit is contained in:
Luka Perkov 2013-11-18 22:23:38 +00:00
parent 03fcc9bf43
commit fbe8d27c7f

View File

@ -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