summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-02 15:13:46 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-02 15:13:46 +0100
commit4300e81ff831f88e78e1a9b4a9f0b9c7c3cd461d (patch)
treec5ce417d4310977ae946bc8149320faf0ada4de6 /build_stage1.sh
parentd717823cde98d4c534ccbb52329ff98f8719ab36 (diff)
downloadbootstrap32-4300e81ff831f88e78e1a9b4a9f0b9c7c3cd461d.tar.xz
building up to libnfnetlink
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_stage1.sh b/build_stage1.sh
index 1ed6758..37045d6 100755
--- a/build_stage1.sh
+++ b/build_stage1.sh
@@ -13,11 +13,11 @@ attr acl gmp gdbm db perl openssl
zlib pambase cracklib libtirpc pam libcap coreutils
util-linux e2fsprogs
expat bzip2 lz4 xz pcre less gzip tar libarchive curl
-
+elfutils
sed texinfo grep findutils file diffutils ed patch
kbd procps-ng shadow
-net-tools"
+net-tools libmnl libnfnetlink"
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1