summaryrefslogtreecommitdiff
path: root/patch-ker.sh
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2010-11-02 13:39:42 +1300
committerCharles Manning <cdhmanning@gmail.com>2010-11-02 13:39:42 +1300
commit9131fecc79ad4e5fbdb775cdc067bc80aae5adb8 (patch)
tree07660c6c1001f46d53d4c834eab3f23433eef6f7 /patch-ker.sh
parent976dbeae825b18e6759f3903073a6784248cc244 (diff)
yaffs: More clean up
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
Diffstat (limited to 'patch-ker.sh')
-rwxr-xr-xpatch-ker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-ker.sh b/patch-ker.sh
index c57c637..caa7eae 100755
--- a/patch-ker.sh
+++ b/patch-ker.sh
@@ -57,7 +57,7 @@ if [ $MULTIORSINGLE = m ]; then
MTD1_CODE="yaffs_mtdif1_multi.c"
MTD2_CODE="yaffs_mtdif2_multi.c"
elif [ $MULTIORSINGLE = s ]; then
- VFSGLUE="yaffs_vfs_single.c"
+ VFS_CODE="yaffs_vfs_single.c"
MTD1_CODE="yaffs_mtdif1_single.c"
MTD2_CODE="yaffs_mtdif2_single.c"