diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-13 17:58:21 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2007-03-13 17:58:21 +0000 |
commit | 8cfa403bb324774b17e0a84db8960c22ba29a477 (patch) | |
tree | 971f32144e5535b1ea1df744b4faec4f81b84330 /conf | |
parent | 9ef4f8fa8342331c0ca7ce0970ca74e1125d1b39 (diff) |
foonas: Remove USE_NLS=no in distro config
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/foonas.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/foonas.conf b/conf/distro/foonas.conf index dc0a1a9cae..4657cd0379 100644 --- a/conf/distro/foonas.conf +++ b/conf/distro/foonas.conf @@ -59,7 +59,7 @@ GLIBC_EXTRA_OECONF = "--with-tls" # # Target OS # -USE_NLS ?= "no" + TARGET_OS = "linux" HOTPLUG = "udev" require conf/distro/include/sane-srcdates.inc |