diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-30 12:52:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-30 12:52:08 +0200 |
commit | cf54735b4afe2da40a40d330096619bd2b53686b (patch) | |
tree | f8454ae8333c871065f861fa5dc0c643a452f5ce /bootstrap | |
parent | a222b03d3942d380e24042cc8c14f6215cd45749 (diff) |
Minor fixes
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ if [ "$stage" -eq "1" ]; then pkgs+=",openssh-client,openssh-server" pkgs+=",tftp-hpa,tftpd-hpa" + pkgs+=",bzip2,xz-utils" pkgs+=",less" pkgs+=",g++,pkg-config" |