kernel: add plan 9 fs package
9pfs is used by kvm to share files between host and guest, add proper config option to enable it. Signed-off-by: Matteo Croce <matteo.croce@canonical.com>
This commit is contained in:
committed by
Felix Fietkau
parent
dff6df9625
commit
1645abffea
@@ -39,6 +39,7 @@ sub target_config_features(@) {
|
||||
/low_mem/ and $ret .= "\tselect LOW_MEMORY_FOOTPRINT\n";
|
||||
/small_flash/ and $ret .= "\tselect SMALL_FLASH\n";
|
||||
/nand/ and $ret .= "\tselect NAND_SUPPORT\n";
|
||||
/virtio/ and $ret .= "\tselect VIRTIO_SUPPORT\n";
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user