diff options
-rw-r--r-- | conf/machine/collie.conf | 2 | ||||
-rw-r--r-- | conf/machine/h3600.conf | 2 | ||||
-rw-r--r-- | conf/machine/simpad.conf | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/conf/machine/collie.conf b/conf/machine/collie.conf index 1730a5e507..c619313c14 100644 --- a/conf/machine/collie.conf +++ b/conf/machine/collie.conf @@ -19,7 +19,7 @@ BOOTSTRAP_EXTRA_RDEPENDS += "e2fsprogs-mke2fs" EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n" -IMAGE_LINGUAS = "" +IMAGE_LINGUAS = "en-gb" 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 83769104d6..e7780208f9 100644 --- a/conf/machine/h3600.conf +++ b/conf/machine/h3600.conf @@ -32,7 +32,7 @@ usb-eth" USE_DEVFS = "1" -IMAGE_LINGUAS = "" +IMAGE_LINGUAS = "en-gb" include conf/machine/ipaq-common.conf include conf/machine/handheld-common.conf diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 4c701cc32f..1ac0946ca3 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -22,7 +22,6 @@ SERIAL_CONSOLE = "ttySA0 115200 vt100" USE_DEVFS = "1" #GPE_MACHINE_CLASS = "bigscreen" -IMAGE_LINGUAS = "" include conf/machine/handheld-common.conf include conf/machine/tune-strongarm.conf |