commit | e17a78ddda57d4f7bbdc5b07e59bb15927bf0d30 | [log] [tgz] |
---|---|---|
author | Koushik Dutta <koushd@gmail.com> | Sun Aug 29 12:35:10 2010 -0700 |
committer | Koushik Dutta <koushd@gmail.com> | Fri Sep 17 14:17:57 2010 -0700 |
tree | 75e214927037aa68e51eca835a3a08fbcc2bb707 | |
parent | 4e10b135ccac520c39a3feb14801a61c2af2cc91 [diff] [blame] |
allow the parted and fix permissions tools to be optional
diff --git a/extendedcommands.c b/extendedcommands.c index 31944e7..d70e0fd 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -800,8 +800,10 @@ "Wipe Battery Stats", "Report Error", "Key Test", +#ifndef BOARD_HAS_SMALL_RECOVERY "Partition SD Card", "Fix Permissions", +#endif NULL };