diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2007-02-19 18:52:49 +0000 |
---|---|---|
committer | Matt Reimer <mattjreimer@gmail.com> | 2007-02-19 18:52:49 +0000 |
commit | ea311b6b8f260809a79307f51e57e9e936506bbc (patch) | |
tree | 9f28a97a7cf6a5950fa361c67e769aa341877413 /conf/distro/include/slugos.inc | |
parent | d3e1e0613c5ebd87d161698321afd93c7b6eebb0 (diff) | |
parent | 95ddfa57aa254426c1f221107d127372f5fe00f4 (diff) |
merge of '6038f91a4dc42b25653eda3186b1f0679c03374a'
and 'eeb5939558020a8cc44cc4a35c2c1cd0356b0880'
Diffstat (limited to 'conf/distro/include/slugos.inc')
-rw-r--r-- | conf/distro/include/slugos.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a26a069fa0..a89d193225 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -49,9 +49,7 @@ INHERIT += "package_ipk debian multimachine" # values are.) The -fno options are an attempt to cancel explicit use of space # consuming options found in some packages (this isn't a complete list, this is # just the ones which package writers seem to know about and abuse). -FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers \ - -fno-unroll-loops -fno-inline-functions \ - -fweb -funit-at-a-time" +FULL_OPTIMIZATION = "-Os -fomit-frame-pointer -frename-registers -fno-unroll-loops -fno-inline-functions -fweb -funit-at-a-time" #---------------------------------------------------------------------------------- # FEEDS @@ -86,7 +84,9 @@ CMDLINE_DEBUG = "noirqdebug" # # Everything in this list gets added to the flash image, along with any RDEPENDS # it has itself! -SLUGOS_EXTRA_RDEPENDS ?= "" +DISTRO_EXTRA_DEPENDS ?= "" +DISTRO_EXTRA_RDEPENDS ?= "" +DISTRO_EXTRA_RRECOMMENDS ?= "" #---------------------------------------------------------------------------------- # PACKAGE VERSION CONTROL |