diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-27 20:19:23 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-02-27 20:19:23 +0000 |
commit | b9d7276ea4b4559335c6444a9f133120c35034d7 (patch) | |
tree | e3609e7f1cff7172b708868a1680331e603d8503 /conf | |
parent | 2b4cbb2de4039b43102e50927a60362f1baae324 (diff) |
angstrom-2007.1.conf: Don't install "real" locales for 16Mb- flash devices at all.
* It seems that 16Mb of flash are just too little to have any real locale at all.
Well, "C" locale rules anyway.
* Uses newly introduced @base_less_or_equal() to do the check.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index a6293794dc..f3c4a63217 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -8,7 +8,7 @@ #DISTRO_VERSION = "2007.3" DISTRO_VERSION = "test-${DATE}" -DISTRO_REVISION = "33" +DISTRO_REVISION = "34" require conf/distro/include/angstrom.inc require conf/distro/include/sane-srcdates.inc @@ -23,7 +23,8 @@ DISTRO_TYPE ?= "debug" # will RRECOMMEND as much as possible content for a given language # (locales, UI transalations, help, etc. - useless for pros, but really # helpful for common users). -IMAGE_LINGUAS = "en-gb" +# Also, it appears that no locales fit in 16Mb for now. "C" locale rules! +IMAGE_LINGUAS = '${@base_less_or_equal("ROOT_FLASH_SIZE", "16", "", "en-gb", d)}' #Set the right arch for the feeds #Alphabetically sorted |