diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/minimal-uclibc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf index 287d6de2b4..bc9615b79f 100644 --- a/conf/distro/minimal-uclibc.conf +++ b/conf/distro/minimal-uclibc.conf @@ -42,6 +42,6 @@ DISTRO_FEATURES += "eabi" DISTRO_FEATURES += "pam" # large file support is needed for libsndfile DISTRO_FEATURES += "largefile" -# glib-2.0 nneds ipv6 and there is no knob to control it +# glib-2.0 needs ipv6 and there is no knob to control it DISTRO_FEATURES += "ipv4 ipv6" DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}' |