diff options
| author | Bernhard Reutner-Fischer | 2007-09-30 14:42:11 +0200 |
|---|---|---|
| committer | Bernhard Reutner-Fischer | 2007-09-30 14:42:11 +0200 |
| commit | ca340986fee3af61ff45665f22eed351ccfb9c91 (patch) | |
| tree | 79be7f37edd3d20f3705fa0be0280e2d31b86e42 | |
| parent | - add a hopefully not whitespace-damaged patch, second take. (Ivan Kuten) (diff) | |
| download | buildroot-ca340986fee3af61ff45665f22eed351ccfb9c91.tar.gz buildroot-ca340986fee3af61ff45665f22eed351ccfb9c91.tar.xz buildroot-ca340986fee3af61ff45665f22eed351ccfb9c91.zip | |
- fix typo
| -rw-r--r-- | target/Config.in.arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/Config.in.arch b/target/Config.in.arch index a4d03736d..367dd59b4 100644 --- a/target/Config.in.arch +++ b/target/Config.in.arch @@ -142,7 +142,7 @@ config BR2_mips_32r2 bool "mips 32r2" config BR2_mips_64 bool "mips 64" -config BR2_mips16_ +config BR2_mips_16 bool "mips 16" endchoice |
