diff options
author | John Klug <john.klug@multitech.com> | 2020-08-18 20:05:21 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2020-11-12 09:26:01 -0600 |
commit | cddedfa83790a042ec727416beef2751eeb436f9 (patch) | |
tree | ae4c1aa731aa1a95c383e48d1a20c254dcbc2481 /scripts | |
parent | 8ca44f621e4d9bc5809ee6f3ee87e8e08ff80d2a (diff) | |
download | meta-mlinux-cddedfa83790a042ec727416beef2751eeb436f9.tar.gz meta-mlinux-cddedfa83790a042ec727416beef2751eeb436f9.tar.bz2 meta-mlinux-cddedfa83790a042ec727416beef2751eeb436f9.zip |
5.3dev2 with hostapd from 5.2
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-feed-extras.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh index 7e1d258..cc60893 100755 --- a/scripts/build-feed-extras.sh +++ b/scripts/build-feed-extras.sh @@ -3,8 +3,8 @@ # 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 socat openldap" -UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool i2c-tools" -DEV_PACKAGES="strace mono gdb git vim python-pip python3-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server" +UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool i2c-tools spitools memtester" +DEV_PACKAGES="strace mono gdb git vim python-pip python3-pip python-pyopenssl python-pygobject openjdk-8 node-red strace python-gatt-server python-cryptography" SUP_PACKAGES="pps-tools setserial boost diffutils" bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES |