diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-29 10:33:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-29 10:33:08 +0100 |
commit | 28e9a68b020cdbde0e1e71a4967bee0bc26a0890 (patch) | |
tree | 727fb064bb935d68b2e7b8446460ee15e677004a /target/arm/sys-available/toolchain-armhf | |
parent | 592507d39bf613f6b6f8f35e428ea75732971df7 (diff) |
use xz instead of gzip, remove grub for qemu, add it only to ibm-x40
Diffstat (limited to 'target/arm/sys-available/toolchain-armhf')
-rw-r--r-- | target/arm/sys-available/toolchain-armhf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/arm/sys-available/toolchain-armhf b/target/arm/sys-available/toolchain-armhf index 8a2db49a8..252a41aa2 100644 --- a/target/arm/sys-available/toolchain-armhf +++ b/target/arm/sys-available/toolchain-armhf @@ -7,7 +7,7 @@ config ADK_TARGET_SYSTEM_TOOLCHAIN_ARMHF select ADK_fpu_vfp select ADK_toolchain_armhf select ADK_TOOLCHAIN - select ADK_TARGET_PACKAGE_TGZ + select ADK_TARGET_PACKAGE_TXZ select ADK_CPU_CORTEX_A9 help ARM toolchain (hard float) for Cortex A9. |