diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 11:37:40 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-18 11:37:40 +0200 |
commit | 207248e837badc05ba0d1e6fb0f3fb77b4fd8a34 (patch) | |
tree | 890ede82bb7ad22c79ccbbd690b03f84fe8b0b58 /target/config | |
parent | d579cd4a819aa5e0e6fa9dccd4e2ea6104a57815 (diff) | |
parent | 94e55c5b6cb493d9467686088a7b159322eeda5f (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-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. |