diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-21 14:44:02 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-21 14:44:02 +0000 |
commit | 0626f58e794a17fe142a1a1763bad44479124425 (patch) | |
tree | 025245da36bb9ae993985bda8867007b5bc5205b /conf/machine | |
parent | 67e88b4f23a4d91a0ed9dcc37b7abb80f48e7dda (diff) |
force IMAGE_LINGUAS empty for 16MB devices
BKrev: 41a0a9b2AvwPrJaXqmHr6Hm-HyLktg
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/collie.conf | 2 | ||||
-rw-r--r-- | conf/machine/h3600.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index ac28317fba..1730a5e507 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -19,6 +19,8 @@ BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" +IMAGE_LINGUAS = "" + include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf diff --git a/conf/machine/h3600.conf b/conf/machine/h3600.conf index b3c7cfbe8a..83769104d6 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -32,6 +32,8 @@ usb-eth" USE_DEVFS = "1" +IMAGE_LINGUAS = "" + include conf/machine/ipaq-common.conf include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf |