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:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user