modules: add failsafe module
authorDaniel Golle <daniel@makrotopia.org>
Thu, 20 Sep 2012 02:16:51 +0000 (02:16 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 20 Sep 2012 02:16:51 +0000 (02:16 +0000)
commit1dbb1da4d9a4ca24d92fe0fdc78e90ce0261e450
tree5c0afcc8e66675c76378e57c392d35bf352cda9a
parent45d812dbb7b6374cd4188925661b74723cef91a7
modules: add failsafe module

The failsafe module adds a minimal web-interface which is intended to
run on a very compact initramfs-based image intended only for flashing
firmware onto a device. This can be used as part of an installation method
or reside in a small partition on the device flash which can be booted
in case the checksum-test of the main kernel or rootfs fails.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
contrib/package/luci/Makefile
modules/failsafe/Makefile [new file with mode: 0644]
modules/failsafe/luasrc/controller/failsafe/failsafe.lua [new file with mode: 0644]
modules/failsafe/luasrc/view/failsafe/applyreboot.htm [new file with mode: 0644]
modules/failsafe/luasrc/view/failsafe/flashops.htm [new file with mode: 0644]
modules/failsafe/luasrc/view/failsafe/reboot.htm [new file with mode: 0644]
modules/failsafe/luasrc/view/failsafe/upgrade.htm [new file with mode: 0644]