From: Felix Fietkau Date: Sun, 31 Jul 2016 11:17:44 +0000 (+0200) Subject: brcm63xx: fix build with per-device rootfs X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=df68d6eb15bfb3abe97c4048e57bd5192d796edb brcm63xx: fix build with per-device rootfs Signed-off-by: Felix Fietkau --- 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