diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 18:20:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 18:20:34 +0200 |
commit | 841e3f28aa545cbfa02a372e5c9c440834ecdbac (patch) | |
tree | da8c79ff381f981e74a70463817297f0d725ae6f /target | |
parent | e4938d7ddd08016bfd4cff81994a8c7d762d6d50 (diff) |
enable 32 mb /tmp for raspberry
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.runtime | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index cf996368f..4532d4442 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -22,8 +22,8 @@ config ADK_RUNTIME_PASSWORD config ADK_RUNTIME_TMPFS_SIZE string "size of /tmp in memory (kB)" - default "16384" if ADK_TARGET_SYSTEM_IBM_X40 - default "16384" if ADK_TARGET_SYSTEM_RASPBERRY_PI + default "32768" if ADK_TARGET_SYSTEM_IBM_X40 + default "32768" if ADK_TARGET_SYSTEM_RASPBERRY_PI default "2048" help Size of /tmp in memory in Kilobyte. |