[packages_10.03.2] wide-dhcpv6: backport r28929, r29222
[10.03/packages.git] / utils / maemo-kexec / Config.in
1 config MAEMO_KEXEC_DOWNLOAD_KERNEL
2         bool "Download latest Maemo kernel"
3         default y
4         depends on PACKAGE_maemo-kexec
5
6 config MAEMO_KEXEC_KERNEL_PATH
7         string
8         prompt "Path to the Maemo kernel image"
9         default "PLEASE_CONFIGURE_MAEMO_ZIMAGE"
10         depends on PACKAGE_maemo-kexec && !MAEMO_KEXEC_DOWNLOAD_KERNEL
11         help
12           Defines the path to the Maemo kernel zImage.
13
14           The image can be extracted from the Fiasco firmware image.
15           Use the proprietary flasher to extract the image. The
16           opensource tool "0xFFFF" is not able to extract the zImage correctly.
17
18           The zImage defined here will be included in the OpenWrt rootfs
19           for kexec-ing of the Maemo operating system. The Maemo rootfs
20           has to be installed on the n810's "rootfs" MTD partition (MTD4).