diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-02 13:04:01 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-12-02 13:04:01 +0000 |
commit | 48f3931df6e9d63b1e8686e3e44abf51b19e083f (patch) | |
tree | a423aa646dbc56d5c794875a123e0509126c9dcd | |
parent | 7935ab6e43f730d6bb5247c8e765cdb94c3eedcc (diff) |
Change default TARGET_ROOTFS_RESERVED_PCT to zero to avoid wasted space
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34441 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ menu "Target Images" config TARGET_ROOTFS_RESERVED_PCT int "Percentage of reserved blocks in root filesystem" depends TARGET_ROOTFS_EXT4FS - default 5 + default 0 help Allows you to change the percentage of reserved blocks in the root filesystem |