diff options
author | John Klug <john.klug@multitech.com> | 2019-05-09 08:58:10 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-05-09 08:58:10 -0500 |
commit | 1ad5c6d9e45b97e46f657b56fbb11480a5139c0b (patch) | |
tree | 4b9d943b1f54d08c3edf72187eca97e2e39c0237 /scripts | |
parent | 59c967a1fccd46ebe0612df29840fc0280cfb133 (diff) | |
download | meta-mlinux-1ad5c6d9e45b97e46f657b56fbb11480a5139c0b.tar.gz meta-mlinux-1ad5c6d9e45b97e46f657b56fbb11480a5139c0b.tar.bz2 meta-mlinux-1ad5c6d9e45b97e46f657b56fbb11480a5139c0b.zip |
Add socat for GPS testing
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-feed-extras.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh index 284c7b4..8a50f59 100755 --- a/scripts/build-feed-extras.sh +++ b/scripts/build-feed-extras.sh @@ -2,7 +2,7 @@ # Extra packages to build for mLinux feed FS_PACKAGES="sshfs-fuse fuse-exfat exfat-utils" -NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp" +NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp socat" UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool" DEV_PACKAGES="strace mono gdb git vim python-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server" SUP_PACKAGES="pps-tools setserial boost diffutils" |