summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 21:39:15 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-01-28 21:39:15 +0100
commiteeefbe0d6b4f602b6e70d093b287aed8b5e9501f (patch)
tree1eb850e38e4c53da4f161275085c52fd60c40145 /build_stage1.sh
parent7478bb7a8eaefdd53e26372810d8580b8509b0c7 (diff)
downloadbootstrap32-eeefbe0d6b4f602b6e70d093b287aed8b5e9501f.tar.xz
some more packages, readline fails, no clue
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_stage1.sh b/build_stage1.sh
index 33ad94b..525d4cd 100755
--- a/build_stage1.sh
+++ b/build_stage1.sh
@@ -7,7 +7,8 @@
# for cross-compiling packages will be installed with bsdtar into
# the sysroot of the specific cross compiler in $XTOOLS_ARCH
-PACKAGES="iana-etc filesystem tzdata"
+PACKAGES="iana-etc filesystem linux-api-headers tzdata
+ncurses readline"
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage1_package.sh" "$p"