diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-28 11:49:28 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-28 11:49:28 +0000 |
commit | fac5faed2cf403dfbc7918eca753df4a15718597 (patch) | |
tree | ac5bac5b161361e715196281e6f469517891231b /conf | |
parent | c746035e93fbf5e834252a98ca4ad6ea3193f609 (diff) |
angstrom-2008.1.conf: Set initramfs-bootmenu-image as kernel builtin initramfs
* Applies to linux-handhelds-2.6 so far.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2008.1.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/distro/angstrom-2008.1.conf b/conf/distro/angstrom-2008.1.conf index b24a57f537..5725a8a52e 100644 --- a/conf/distro/angstrom-2008.1.conf +++ b/conf/distro/angstrom-2008.1.conf @@ -60,6 +60,9 @@ PCMCIA_MANAGER = "pcmciautils" #Preferred version for the kernel on various machines PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.21-hh20" +#Initramfs for kernels +KERNEL_INITRAMFS_PATH = "${TMPDIR}/deploy/uclibc/images/${MACHINE}/initramfs-bootmenu-image-${MACHINE}.cpio.gz" + #This is unrelated to the kernel version, but userspace apps (e.g. HAL) require a recent version to build against PREFERRED_VERSION_linux-libc-headers = "2.6.23" |