diff options
Diffstat (limited to 'scripts/build-feed-extras.sh')
-rwxr-xr-x | scripts/build-feed-extras.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scripts/build-feed-extras.sh b/scripts/build-feed-extras.sh index 24bb17d..4b111c8 100755 --- a/scripts/build-feed-extras.sh +++ b/scripts/build-feed-extras.sh @@ -2,8 +2,9 @@ # 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" +NET_PACKAGES="wget netcat ipsec-tools openvpn iftop dnsmasq strongswan stunnel tunctl ethtool" UTIL_PACKAGES="logrotate fatrace stressapptest gawk rsyslog zip gnupg rrdtool" -DEV_PACKAGES="node-red mono gdb git vim python-pip" +DEV_PACKAGES="node-red mono gdb git vim python-pip python-pyopenssl" +SUP_PACKAGES="pps-tools setserial" -bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES +bitbake linux-firmware $FS_PACKAGES $NET_PACKAGES $UTIL_PACKAGES $DEV_PACKAGES $SUP_PACKAGES |