maemo-kexec: Automatically download kernel

git-svn-id: svn://svn.openwrt.org/openwrt/packages@23021 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mb
2010-09-11 18:43:14 +00:00
parent 61ca941c37
commit 82b77c0fc0
2 changed files with 26 additions and 10 deletions

View File

@ -1,8 +1,13 @@
config MAEMO_KEXEC_DOWNLOAD_KERNEL
bool "Download latest Maemo kernel"
default y
depends on PACKAGE_maemo-kexec
config MAEMO_KEXEC_KERNEL_PATH
string
prompt "Path to the Maemo kernel image"
default "PLEASE_CONFIGURE_MAEMO_ZIMAGE"
depends on PACKAGE_maemo-kexec
depends on PACKAGE_maemo-kexec && !MAEMO_KEXEC_DOWNLOAD_KERNEL
help
Defines the path to the Maemo kernel zImage.