diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-13 00:07:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-13 00:07:42 +0200 |
commit | 7a265338683b6e8100d34eda6e04b113ceba0e7f (patch) | |
tree | 4f818a92c394c3247e398541a24367e553ea2885 /package/cfgfs/Makefile | |
parent | a206070dd67744e3be5c54c80ed9dc00f55c28cb (diff) |
enable cfgfs for rb532
- choose backend at runtime
- do not hardcode partition device anymore
Diffstat (limited to 'package/cfgfs/Makefile')
-rw-r--r-- | package/cfgfs/Makefile | 11 |
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 |