Skip to content
Snippets Groups Projects
Commit 29219fba authored by blogic's avatar blogic
Browse files

fs-tools: add back mount_root, jffs2reset and ffs2mark functionality


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40018 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 37347604
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=fstools
PKG_VERSION:=2014-02-27
PKG_VERSION:=2014-03-25
PKG_RELEASE=$(PKG_SOURCE_VERSION)
......@@ -39,6 +39,7 @@ endef
define Package/fstools/install
$(INSTALL_DIR) $(1)/sbin
$(INSTALL_BIN) ./files/{jffs2reset,jffs2mark,mount_root} $(1)/sbin/
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/fs-state $(1)/sbin/
$(INSTALL_BIN) ./files/snapshot $(1)/sbin/
endef
......
#!/bin/sh
fs-state overlay jffs2mark
#!/bin/sh
fs-state overlay jffs2reset
#!/bin/sh
fs-state start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment