commit | 23116c95c7583962a8ff2862c07f984aa98cf781 | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Tue Mar 16 11:56:01 2010 -0700 |
committer | Koushik K. Dutta <koushd@gmail.com> | Tue Mar 16 11:56:01 2010 -0700 |
tree | 777e9562c38d98f94edd57cc891a13cff9940cfc | |
parent | 3fb8d302f487308e5f784ef793eb70a4ea8df64e [diff] [blame] |
readd /sdcard to mount menu
diff --git a/extendedcommands.c b/extendedcommands.c index 52f62fb..23c15ef 100644 --- a/extendedcommands.c +++ b/extendedcommands.c
@@ -385,7 +385,8 @@ string mounts[3][3] = { { "mount /system", "unmount /system", "SYSTEM:" }, { "mount /data", "unmount /data", "DATA:" }, - { "mount /cache", "unmount /cache", "CACHE:" } + { "mount /cache", "unmount /cache", "CACHE:" }, + { "mount /sdcard", "unmount /sdcard", "SDCARD:" } }; for (;;)