diff options
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index ca1792abf0..f5de6734fe 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -98,7 +98,7 @@ $(shell expr substr "$(1)" 1 16) endef define Image/FileSystemStrip -$(subst root.,,$(notdir $(1))) +$(firstword $(subst +,$(space),$(subst root.,,$(notdir $(1))))) endef define Build/cfe-bin |