lwext4_fs: adapt pkg runtime to CE

Fixes #153.
This commit is contained in:
Josef Söntgen
2019-03-22 11:36:54 +01:00
committed by Norman Feske
parent 8c5b16ea6a
commit 6d8110a3a5
2 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
Lwext4 file system server
Ext2/3/4 file system server based on lwext4
The default configuration allows read-only access to the file system for
any client.

View File

@@ -2,7 +2,11 @@
<requires> <block/> </requires>
<config/>
<provides> <file_system/> </provides>
<config>
<default-policy writeable="no"/>
</config>
<content>
<rom label="ld.lib.so"/>