diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-15 05:56:39 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-15 05:56:39 +0000 |
commit | 96fde83825d268eb150b9043ed70441e2ab347ea (patch) | |
tree | d4c19922c53dcf3459c3d329e35cf2b245e9c593 /packages/linux | |
parent | c34cbde492b6c7720a5a315f2d98c3240f7055b8 (diff) |
ixp4xx-kernel.inc: Fixed a typo (no change to functionality)
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/ixp4xx-kernel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel.inc b/packages/linux/ixp4xx-kernel.inc index d848427921..57d3028742 100644 --- a/packages/linux/ixp4xx-kernel.inc +++ b/packages/linux/ixp4xx-kernel.inc @@ -337,7 +337,7 @@ install_image() { do_install_append() { # Overwrite the unshimmed generic image with a shimmed one (but without # any command line or machine id override). - rm -f '${D}/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERISON}' + rm -f '${D}/${KERNEL_IMAGEDEST}/${KERNEL_IMAGETYPE}-${KERNEL_VERSION}' install_image '${MACHINE_ARCH}' # Add the machine specific images, with appropriate suffixes |