50556d4010
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22641 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 lines
600 B
Plaintext
16 lines
600 B
Plaintext
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).
|