aboutsummaryrefslogtreecommitdiffstats
path: root/util/install_dependencies.sh
diff options
context:
space:
mode:
authorJoshua T <joshua@sonofone.net>2016-10-15 15:14:10 -0500
committerJoshua T <joshua@sonofone.net>2016-10-15 15:14:10 -0500
commit2e6a1a53d73607030c470b88d3ed7223db5e0004 (patch)
treefd8ff310f0dba21f9135cdead49482af2276329b /util/install_dependencies.sh
parent5520b0022fc6cd3dff805eb31ed4bb7e4385ee2a (diff)
parent0a9ad8f335f5b5b9d184d9e5e9ece6cda149df7e (diff)
downloadfirmware-2e6a1a53d73607030c470b88d3ed7223db5e0004.tar.gz
firmware-2e6a1a53d73607030c470b88d3ed7223db5e0004.tar.bz2
firmware-2e6a1a53d73607030c470b88d3ed7223db5e0004.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'util/install_dependencies.sh')
-rwxr-xr-x[-rw-r--r--]util/install_dependencies.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh
index 49ac86e07..936a86593 100644..100755
--- a/util/install_dependencies.sh
+++ b/util/install_dependencies.sh
@@ -68,9 +68,8 @@ elif [[ -n "$(type -P yum)" ]]; then
avr-libc \
dfu-programmer \
dfu-util \
- gcc-arm-none-eabi \
- binutils-arm-none-eabi \
- libnewlib-arm-none-eabi \
+ arm-none-eabi-gcc-cs \
+ arm-none-eabi-newlib \
git \
diffutils
# The listed eabi pacackes do unfortunately not exist for CentOS,