Add maemo-kexec helper scripts for booting maemo from openwrt on the Nokia n810.
[packages.git] / utils / maemo-kexec / Config.in
diff --git a/utils/maemo-kexec/Config.in b/utils/maemo-kexec/Config.in
new file mode 100644 (file)
index 0000000..7a6a9eb
--- /dev/null
@@ -0,0 +1,15 @@
+config MAEMO_KEXEC_KERNEL_PATH
+       string
+       prompt "Path to the Maemo kernel image"
+       default "PLEASE_CONFIGURE_MAEMO_ZIMAGE"
+       depends on PACKAGE_maemo-kexec
+       help
+         Defines the path to the Maemo kernel zImage.
+
+         The image can be extracted from the Fiasco firmware image.
+         Use the proprietary flasher to extract the image. The
+         opensource tool "0xFFFF" is not able to extract the zImage correctly.
+
+         The zImage defined here will be included in the OpenWrt rootfs
+         for kexec-ing of the Maemo operating system. The Maemo rootfs
+         has to be installed on the n810's "rootfs" MTD partition (MTD4).