mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
image: remove spaces from toupper function
The extra prefix space is passed to the caller. Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38855 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user