diff options
author | Daniel Golle <daniel@makrotopia.org> | 2012-09-20 02:16:51 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2012-09-20 02:16:51 +0000 |
commit | 1dbb1da4d9a4ca24d92fe0fdc78e90ce0261e450 (patch) | |
tree | 5c0afcc8e66675c76378e57c392d35bf352cda9a /modules/failsafe/Makefile | |
parent | 45d812dbb7b6374cd4188925661b74723cef91a7 (diff) |
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>
Diffstat (limited to 'modules/failsafe/Makefile')
-rw-r--r-- | modules/failsafe/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/failsafe/Makefile b/modules/failsafe/Makefile new file mode 100644 index 0000000000..81a96f6a83 --- /dev/null +++ b/modules/failsafe/Makefile @@ -0,0 +1,2 @@ +include ../../build/config.mk +include ../../build/module.mk
\ No newline at end of file |