[Balloon-svn] r1202 - 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] r1202 - balloon/branches/menuconfig
Author: nick
Date: 2010-08-22 22:14:49 +0100 (Sun, 22 Aug 2010)
New Revision: 1202

Modified:
balloon/branches/menuconfig/Makefile.conf
Log:
add support for 2.6.36-r4c1 support to Makefile.conf

Modified: balloon/branches/menuconfig/Makefile.conf
===================================================================
--- balloon/branches/menuconfig/Makefile.conf    2010-08-22 21:12:08 UTC (rev 1201)
+++ balloon/branches/menuconfig/Makefile.conf    2010-08-22 21:14:49 UTC (rev 1202)
@@ -52,6 +52,12 @@
 INITRAMFSOPTS:=CONFIG_INITRAMFS_SOURCE=usr/initramfs.cpio CONFIG_INITRAMFS_COMPRESSION_BZIP2=y
 endif


+ifdef BR2_KERNEL_2.6.36-rc1
+KERNVER:=2.6.36-rc1
+# use line below for 2.6.31 and later initramfs builds
+INITRAMFSOPTS:=CONFIG_INITRAMFS_SOURCE=usr/initramfs.cpio CONFIG_INITRAMFS_COMPRESSION_BZIP2=y
+endif
+
# include the package makefiles
-include $(CHECKOUT)/package/Makefile.in