]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
linux: fix name of config variable
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 4 Jun 2017 09:48:39 +0000 (11:48 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 8 Jun 2017 14:48:53 +0000 (16:48 +0200)
commitb0fc65a11b2ac11dc492146ec50168739810c2f8
treef8e18a4092a2f73a6d073212213093f1fa1ce742
parent0af5029453453286904431ef412d72c0bb877fce
linux: fix name of config variable

In 4c10eedc1 (systemd: enable required kernel features), we added
setting a few required kernel features to ensure systemd works.

However, there was a typo for one of the variables: CONFIG_TMPFS_XATTR
was written as CONFIG_TMPFS_POSIX_XATTR, which does not exist (and never
ever existed, at least not since 2.6.12)...

Reported-by: Michael Heinemann <posted@heine.so>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Cc: Michael Heinemann <posted@heine.so>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
linux/linux.mk