diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-07-31 14:31:28 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-07-31 14:31:28 +0000 |
commit | 179a14265794ca9f3883264dfe466db9ce4ebabe (patch) | |
tree | efb33641ca7e33665aadb83b951b353d1b7ade63 /packages/linux | |
parent | f431f27c2413ba450cb5805b9bc8fa0ab247f439 (diff) |
linux-kexecboot.inc: check kernelsize
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-kexecboot.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux/linux-kexecboot.inc b/packages/linux/linux-kexecboot.inc index e527f92c57..1d9595d013 100644 --- a/packages/linux/linux-kexecboot.inc +++ b/packages/linux/linux-kexecboot.inc @@ -2,6 +2,7 @@ DESCRIPTION = "2.6 Linux kexec bootloader for Zaurus devices and iPAQ hx2750." SECTION = "kernel" LICENSE = "GPL" +DONT_CHECK_KERNELSIZE = "" INITRAMFS_IMAGE = "initramfs-kexec-image" inherit kernel PACKAGES = "" |