diff options
| author | Daniel Golle <daniel@makrotopia.org> | 2022-01-22 00:26:52 +0000 |
|---|---|---|
| committer | Daniel Golle <daniel@makrotopia.org> | 2022-01-23 19:48:31 +0000 |
| commit | 8a324fb7591518b423b63772fe811f289f0bde4f (patch) | |
| tree | bfa320c56239d051f5be5a4302ea58cd2a540203 /target/linux | |
| parent | d05ac928f68f108f22ec36e5a24e7217f938becc (diff) | |
| download | upstream-8a324fb7591518b423b63772fe811f289f0bde4f.tar.gz upstream-8a324fb7591518b423b63772fe811f289f0bde4f.tar.bz2 upstream-8a324fb7591518b423b63772fe811f289f0bde4f.zip | |
uml: make use of 'rootfs-part' feature
Use 'rootfs-part' feature instead of referencing the TARGET_uml in
Config-images.in.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index ec662989ece..5c884fb9a05 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -11,7 +11,7 @@ ifeq ($(HOST_OS),Linux) ARCH:=x86_64 BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=squashfs ext4 audio +FEATURES:=audio ext4 rootfs-part squashfs KERNEL_PATCHVER:=5.10 |
