summaryrefslogtreecommitdiff
path: root/target/mipsel/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-29 16:29:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-29 16:29:49 +0100
commit0b4cc5eaddfbcbca724c2b167b0f7103c50fbfae (patch)
tree2900bd1f969fba5cab47a120ae0836e291a61000 /target/mipsel/Makefile
parentfa69bf25e97ccf07fbe2cd56c1ea4132db6d81a2 (diff)
use portable STATCMD
Diffstat (limited to 'target/mipsel/Makefile')
-rw-r--r--target/mipsel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile
index 0caacc1db..f04709bb0 100644
--- a/target/mipsel/Makefile
+++ b/target/mipsel/Makefile
@@ -60,7 +60,7 @@ imageinstall: kernel-install $(BIN_DIR)/$(ROOTFSUSERTARBALL)
endif
ifeq ($(ADK_TARGET_FS),squashfs)
imageinstall: kernel-install ${BUILD_DIR}/${ROOTFSSQUASHFS}
- @if [ $$(stat -f %z ${BUILD_DIR}/${ROOTFSSQUASHFS}) -gt 3801088 ];then \
+ @if [ $$($(STATCMD) ${BUILD_DIR}/${ROOTFSSQUASHFS}) -gt 3801088 ];then \
echo 'Image is too big!'; \
else \
${CP} ${BUILD_DIR}/${ROOTFSSQUASHFS} ${BIN_DIR}/${ROOTFSSQUASHFS}; \