diff options
-rw-r--r-- | conf/distro/mokoslug.conf | 2 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel.inc | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf/distro/mokoslug.conf b/conf/distro/mokoslug.conf index c2c6857831..ea20fdd6b6 100644 --- a/conf/distro/mokoslug.conf +++ b/conf/distro/mokoslug.conf @@ -18,3 +18,5 @@ MACHINE_FEATURES_append_nslu2 = " bluetooth" # No room for debug apps in 8MB. DEBUG_APPS = "" + +INHERIT += "nslu2-image"
\ No newline at end of file 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 |