diff options
Diffstat (limited to 'recipes/linux/linux.inc')
-rw-r--r-- | recipes/linux/linux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux.inc b/recipes/linux/linux.inc index e70a2ead89..29cffef27c 100644 --- a/recipes/linux/linux.inc +++ b/recipes/linux/linux.inc @@ -110,7 +110,7 @@ do_configure_prepend() { # # endian support # - if [ "${SITEINFO_ENDIANESS}" = "be" ]; then + if [ "${SITEINFO_ENDIANNESS}" = "be" ]; then echo "CONFIG_CPU_BIG_ENDIAN=y" >> ${S}/.config fi |