summaryrefslogtreecommitdiff
path: root/package/cfgfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/cfgfs/Makefile')
-rw-r--r--package/cfgfs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile
index 790f536fc..50d571e90 100644
--- a/package/cfgfs/Makefile
+++ b/package/cfgfs/Makefile
@@ -27,5 +27,8 @@ do-install:
${INSTALL_DIR} ${IDIR_CFGFS}/sbin
${INSTALL_BIN} ${WRKBUILD}/fwcf.sh ${IDIR_CFGFS}/sbin/cfgfs
${INSTALL_BIN} ${WRKBUILD}/fwcf.helper.out ${IDIR_CFGFS}/sbin/cfgfs.helper
+ifeq ($(ARCH),cris)
+ ${INSTALL_BIN} ${WRKBUILD}/mtd ${IDIR_CFGFS}/sbin/mtd
+endif
include ${TOPDIR}/mk/pkg-bottom.mk