[Balloon-svn] r1158 - 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] r1158 - balloon/branches/menuconfig
Author: nick
Date: 2010-06-13 19:25:16 +0100 (Sun, 13 Jun 2010)
New Revision: 1158

Modified:
balloon/branches/menuconfig/Makefile.conf
Log:
use upper case for CUED varaint, add 2.6.25.2 option support and override build dir paths if in-tree building selected

Modified: balloon/branches/menuconfig/Makefile.conf
===================================================================
--- balloon/branches/menuconfig/Makefile.conf    2010-06-13 18:23:01 UTC (rev 1157)
+++ balloon/branches/menuconfig/Makefile.conf    2010-06-13 18:25:16 UTC (rev 1158)
@@ -7,6 +7,11 @@
 BUILDDIR:=$(CHECKOUT)/build
 DISTRODIR:=$(CHECKOUT)/distro
 SVNDIR:=$(CHECKOUT)/svn
+
+BUILDINITRDDIR:=$(BUILDDIR)/initrd/buildroot
+BUILDDEBIANDIR:=$(BUILDDIR)/rootfs/debian
+BUILDEMDEBIANDIR:=$(BUILDDIR)/rootfs/emdebian
+
 endif


MAKEOPTS:=
@@ -17,7 +22,7 @@
# set or override variables as a consequence

ifeq ($(BR2_VARIANT_CUED),y)
-VARIANT:=-cued
+VARIANT:=-CUED
endif
ifeq ($(BR2_VARIANT_TCL_SL40),y)
VARIANT:=-tcl-sl40
@@ -29,6 +34,9 @@
VARIANT:=-podpoint
endif

+ifdef BR2_KERNEL_2.6.25.2
+KERNVER:=2.6.25.2
+endif
ifdef BR2_KERNEL_2.6.29.1
KERNVER:=2.6.29.1
endif