[Balloon-svn] r1207 - balloon/branches/menuconfig

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: subversion@balloonboard.org
Date:  
To: balloon-svn
Subject: [Balloon-svn] r1207 - balloon/branches/menuconfig
Author: nick
Date: 2010-08-23 00:51:21 +0100 (Mon, 23 Aug 2010)
New Revision: 1207

Modified:
balloon/branches/menuconfig/Makefile.inc
Log:
use more recent yaffs checkout - needs git

Modified: balloon/branches/menuconfig/Makefile.inc
===================================================================
--- balloon/branches/menuconfig/Makefile.inc    2010-08-22 21:27:23 UTC (rev 1206)
+++ balloon/branches/menuconfig/Makefile.inc    2010-08-22 23:51:21 UTC (rev 1207)
@@ -26,7 +26,8 @@
 INITRAMFSOPTS:=CONFIG_INITRAMFS_SOURCE=usr/initramfs.cpio CONFIG_INITRAMFS_COMPRESSION_BZIP2=y


#yaffs checkout date
-YAFFSCHECKOUT:=2009-09-10
+#YAFFSCHECKOUT:=2009-09-10
+YAFFSCHECKOUT:=2010-08-04

#----------Initrd build settings----------