conf/distro/jlime-donkey.conf: Update to distro file
authorKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 1 Nov 2006 22:56:04 +0000 (22:56 +0000)
committerKristoffer Ericson <kristoffer_e1@hotmail.com>
Wed, 1 Nov 2006 22:56:04 +0000 (22:56 +0000)
* Increase optimization to -O2 as 4.1.1 seems stable enough
* Prepare for using DISTRO_EXTRA_RDEPENDS

conf/distro/jlime-donkey.conf

index e3f669e..2390106 100644 (file)
@@ -90,9 +90,7 @@ TARGET_OS = "linux"
 #<>What we want on the bootstrap image (extra) 
 #<>                                            
 #<>------------------------------------------------------------------<
-BOOTSTRAP_EXTRA_RDEPENDS += "ncurses nano wireless-tools console-tools  \
-                             udev e2tools e2fsprogs kernel-modules keymaps \
-                            wget links"
+DISTRO_EXTRA_RDEPENDS += ""
 
 
 #<>------------------------------------------------------------------>
@@ -113,7 +111,7 @@ PCMCIA_MANAGER = "pcmciautils"
 #<>------------------------------------------------------------------>
 #<> We are using gcc 4.1.1 so lets keep optimizations low
 #<>------------------------------------------------------------------< 
-FULL_OPTIMIZATION = "-O1"
+FULL_OPTIMIZATION = "-O2"
 
 
 #<>------------------------------------------------------------------>