diff options
Diffstat (limited to 'packages/linux/nslu2-kernel.inc')
-rw-r--r-- | packages/linux/nslu2-kernel.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc index 39dcb6bed3..f41b61c033 100644 --- a/packages/linux/nslu2-kernel.inc +++ b/packages/linux/nslu2-kernel.inc @@ -150,9 +150,8 @@ N2K_PATCHES ?= "" # Image suffix - actually set in conf/machine/nslu2.conf as it is also # used by anything which needs to know the name of the generated image. -# May be overridden in the distro if patches or defconfig are changed. -#FIXME: this can be removed, it is just here for safety with the old names. -N2K_SUFFIX ?= "openslug" +# Should be overridden in the distro if patches or defconfig are changed. +N2K_SUFFIX ?= "nslu2${ARCH_BYTE_SEX}" SRC_URI = "${N2K_SRCURI}" SRC_URI += "${N2K_PATCHES}" |