diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-12-02 23:59:22 +0200 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-12-02 23:59:22 +0200 |
commit | fc5ec89aa271ecbdf4ea47272b0e3f1878829f6d (patch) | |
tree | cccc56b5ff96c23fac2a79df4f92d77742bbca96 /packages/linux/linux-handhelds-2.6.inc | |
parent | 2d263abd29d21832728e108ff8bf816044be1fee (diff) |
linux-handhelds-2.6 2.6.21-hh20: Typo fix.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6.inc')
-rw-r--r-- | packages/linux/linux-handhelds-2.6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6.inc b/packages/linux/linux-handhelds-2.6.inc index 9785d84491..c9edbf301e 100644 --- a/packages/linux/linux-handhelds-2.6.inc +++ b/packages/linux/linux-handhelds-2.6.inc @@ -38,7 +38,7 @@ do_configure() { if [ -n "${KERNEL_INITRAMFS_PATH}" -a "${ANGSTROM_MODE}" = "glibc" ]; then if [ ! -f ${KERNEL_INITRAMFS_PATH} ]; then echo "Kernel is requested to be built with internal initramfs." - echo "The initramfs image must exist prior to building the kernel, but it does not + echo "The initramfs image must exist prior to building the kernel, but it does not" echo "exist at the specified path ${KERNEL_INITRAMFS_PATH}. You may need to bitbake" echo "it separately, possibly, with a different set of bitbake options. Please" echo "consult documentation for your distro." |