diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-11-01 22:56:04 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-11-01 22:56:04 +0000 |
commit | a4564f871d82cd74c7cabee88855658b435e5bb6 (patch) | |
tree | 9a33f313b2bfc18cbebba7e16094557d4c68b127 /conf/distro | |
parent | 36a568c60d712f552f265f6df4b74c8c7a44d457 (diff) |
conf/distro/jlime-donkey.conf: Update to distro file
* Increase optimization to -O2 as 4.1.1 seems stable enough
* Prepare for using DISTRO_EXTRA_RDEPENDS
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/jlime-donkey.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/distro/jlime-donkey.conf b/conf/distro/jlime-donkey.conf index e3f669e9a2..2390106023 100644 --- a/conf/distro/jlime-donkey.conf +++ b/conf/distro/jlime-donkey.conf @@ -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" #<>------------------------------------------------------------------> |