diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-04-25 13:41:43 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-25 13:41:43 +0200 |
commit | 49ad0c565acd16a66d96c4b8d19333eae7855735 (patch) | |
tree | fa4de97508a4cdf0d4199db9e8ed506f5a5c3723 /target/linux/uml | |
parent | 525b311bf869d7e252d744e501e227263a955c8e (diff) | |
download | upstream-49ad0c565acd16a66d96c4b8d19333eae7855735.tar.gz upstream-49ad0c565acd16a66d96c4b8d19333eae7855735.tar.bz2 upstream-49ad0c565acd16a66d96c4b8d19333eae7855735.zip |
tools: fix make_ext4fs build with recent glibc
Update to latest make_ext4fs Git HEAD to fix build with recent glibc version
which does not implicitely includes sysmacros.h anymore.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/uml')
-rw-r--r-- | target/linux/uml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index be27179151..430450ca0b 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -18,6 +18,7 @@ ARCH:=$(shell uname -m | sed \ -e 's/sh[234]/sh/' \ -e 's/armeb/arm/' \ ) +ARCH_PACKAGES:=uml BOARD:=uml BOARDNAME:=User Mode Linux FEATURES:=ext4 audio |