uclibc: enable UCLIBC_HAS_UTMP in snapshot configuration

Otherwise busybox in the default configuration fails to build.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-04-15 09:37:34 -03:00 committed by Thomas Petazzoni
parent 46cc0904bb
commit 95ef315f59

View file

@ -237,6 +237,7 @@ UCLIBC_HAS_FTW=y
# UCLIBC_HAS_FTS is not set
UCLIBC_HAS_GLOB=y
UCLIBC_HAS_GNU_GLOB=y
UCLIBC_HAS_UTMP=y
UCLIBC_HAS_UTMPX=y
#