aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-22 09:11:24 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-22 09:11:24 +0000
commit48a3a30feca6a7fb5416656b53fbbfe733652714 (patch)
tree9afb77893172049b12eae12f53043290bd82760e /target
parentb77d4d8d19e9a73895d6afcf59504e9a57da1b39 (diff)
downloadupstream-48a3a30feca6a7fb5416656b53fbbfe733652714.tar.gz
upstream-48a3a30feca6a7fb5416656b53fbbfe733652714.tar.bz2
upstream-48a3a30feca6a7fb5416656b53fbbfe733652714.zip
ar71xx: image: improve the rootfs_align macro
Improve the macro to return correct value for all squashfs variant. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38116
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 9871f6ec47..60990b284d 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -14,7 +14,7 @@ $(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(patsubst jffs2-%,jffs2,$(patsubst squashfs-%,squ
endef
define rootfs_align
-$(patsubst %-256k,0x40000,$(patsubst %-128k,0x20000,$(patsubst %-64k,0x10000,$(patsubst squashfs-%,0x4,$(1)))))
+$(patsubst %-256k,0x40000,$(patsubst %-128k,0x20000,$(patsubst %-64k,0x10000,$(patsubst squashfs%,0x4,$(patsubst root.%,%,$(1))))))
endef
define sysupname