summaryrefslogtreecommitdiff
path: root/package/cfgfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/cfgfs/Makefile')
-rw-r--r--package/cfgfs/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile
index 1485cb9d9..790f536fc 100644
--- a/package/cfgfs/Makefile
+++ b/package/cfgfs/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= cfgfs
PKG_VERSION:= 1.0.6
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_DESCR:= compressed config filesystem
PKG_SECTION:= base
@@ -27,14 +27,5 @@ 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
- echo '#!/bin/sh' > ${IDIR_CFGFS}/sbin/cfgfs.write
- echo 'mtd -F write - cfgfs' >> ${IDIR_CFGFS}/sbin/cfgfs.write
-else
- echo '#!/bin/sh' > ${IDIR_CFGFS}/sbin/cfgfs.write
- echo 'cat > /dev/sda2' >> ${IDIR_CFGFS}/sbin/cfgfs.write
-endif
- chmod 755 ${IDIR_CFGFS}/sbin/cfgfs.write
include ${TOPDIR}/mk/pkg-bottom.mk