diff options
author | John Klug <john.klug@multitech.com> | 2017-11-29 11:10:57 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-12-06 11:33:23 -0600 |
commit | 9df380c6113893aad116c16a2314beae7c1e4b75 (patch) | |
tree | 7a3e61cf374133b32f673e5eadff7bff2d823929 /scripts/build-feed-extras.sh | |
parent | f580058ee7f877c3d9d56a33d540247b62f14394 (diff) | |
download | meta-mlinux-9df380c6113893aad116c16a2314beae7c1e4b75.tar.gz meta-mlinux-9df380c6113893aad116c16a2314beae7c1e4b75.tar.bz2 meta-mlinux-9df380c6113893aad116c16a2314beae7c1e4b75.zip |
Add openobex and obexftp for file transfer via bluetooth
Diffstat (limited to 'scripts/build-feed-extras.sh')
-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 9b33aa7..d24ce53 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" +NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool openobex obexftp" UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool" DEV_PACKAGES="strace mono gdb git vim python-pip python-pyopenssl openjdk-8 node-red strace" SUP_PACKAGES="pps-tools setserial boost diffutils" |