diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 14:14:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-20 14:14:59 +0100 |
commit | 8c48cabfda5bcfcdb85d542f09cf3e8f096fd16e (patch) | |
tree | fd6f4b571a25ed8f337ae6d12536a7ee8222d74d /target/arm | |
parent | 088ee8298fcccb17f7737ba1db67f5c8573005e1 (diff) | |
parent | b69cbbf603cf1a960fbdf6bfdf819df75c0a8efb (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/arm')
-rw-r--r-- | target/arm/kernel.config | 2 | ||||
-rw-r--r-- | target/arm/sys-available/keyasic-ka2000 | 16 |
2 files changed, 17 insertions, 1 deletions
diff --git a/target/arm/kernel.config b/target/arm/kernel.config index a702c270f..e477fcfb8 100644 --- a/target/arm/kernel.config +++ b/target/arm/kernel.config @@ -808,7 +808,7 @@ CONFIG_TMPFS=y # CONFIG_MISC_FILESYSTEMS is not set # CONFIG_NETWORK_FILESYSTEMS is not set CONFIG_NLS=m -CONFIG_NLS_DEFAULT="utf8" +CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_CODEPAGE_437 is not set # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set diff --git a/target/arm/sys-available/keyasic-ka2000 b/target/arm/sys-available/keyasic-ka2000 new file mode 100644 index 000000000..d4ed74282 --- /dev/null +++ b/target/arm/sys-available/keyasic-ka2000 @@ -0,0 +1,16 @@ +config ADK_TARGET_SYSTEM_KEYASIC_KA2000 + bool "KeyASIC KA2000 (f.e. Transcend WifiSD)" + select ADK_arm + select ADK_little + select ADK_keyasic_ka2000 + select ADK_KERNEL_AEABI + select ADK_EABI + select ADK_CPU_ARMV5 + select ADK_TARGET_NO_FPU + select ADK_TOOLCHAIN + select ADK_STATIC + select BUSYBOX_STATIC + help + KeyASIC KA2000 aka Transcend WifiSD. + Build a toolchain only and make all binaries static. + |