aboutsummaryrefslogtreecommitdiffstats
path: root/package/block-extroot/Makefile
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-12-03 20:01:23 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-12-03 20:01:23 +0000
commit52c4334c1173418c07996c49b80cf3fd06b50bde (patch)
tree19b741f8ab573440129f9c1632ccae4029608041 /package/block-extroot/Makefile
parent593c917377f85a829b1b2f4015149c37b22df806 (diff)
downloadupstream-52c4334c1173418c07996c49b80cf3fd06b50bde.tar.gz
upstream-52c4334c1173418c07996c49b80cf3fd06b50bde.tar.bz2
upstream-52c4334c1173418c07996c49b80cf3fd06b50bde.zip
[package] block-extroot: Added md5sum to extroot and underlying root filesystem. This is used to ensure that the extroot is not mounted as the rootfs after a sysupgrade *until the user deals with the extroot).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24230 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/block-extroot/Makefile')
-rw-r--r--package/block-extroot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/block-extroot/Makefile b/package/block-extroot/Makefile
index f1e093bcc3..05d5e18a1a 100644
--- a/package/block-extroot/Makefile
+++ b/package/block-extroot/Makefile
@@ -53,6 +53,7 @@ define Package/block-extroot/install
$(INSTALL_DATA) ./files/extmount.sh $(1)/lib/functions/
$(INSTALL_DIR) $(1)/lib/preinit
$(INSTALL_DATA) ./files/50_determine_usb_root $(1)/lib/preinit/
+ $(INSTALL_DATA) ./files/55_determine_extroot_sysupgrade $(1)/lib/preinit/
$(INSTALL_DATA) ./files/60_pivot_usb_root $(1)/lib/preinit/
$(INSTALL_DIR) $(1)/lib/preinit
echo "extroot_settle_time=\"$(CONFIG_EXTROOT_SETTLETIME)\"" >$(1)/lib/preinit/00_extroot.conf