summaryrefslogtreecommitdiff
path: root/build_stage1.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-02-02 16:05:49 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-02-02 16:05:49 +0100
commit2f578141b1a7ba3de5a5a2a8400e07c226202009 (patch)
treee54064e25676231bf80caec7200ce6a6c7ec6f47 /build_stage1.sh
parent4300e81ff831f88e78e1a9b4a9f0b9c7c3cd461d (diff)
downloadbootstrap32-2f578141b1a7ba3de5a5a2a8400e07c226202009.tar.xz
building now propertly up to iproute2 (was without iptables before)
Diffstat (limited to 'build_stage1.sh')
-rwxr-xr-xbuild_stage1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_stage1.sh b/build_stage1.sh
index 37045d6..73ef55f 100755
--- a/build_stage1.sh
+++ b/build_stage1.sh
@@ -17,7 +17,7 @@ elfutils
sed texinfo grep findutils file diffutils ed patch
kbd procps-ng shadow
-net-tools libmnl libnfnetlink"
+net-tools libmnl libnfnetlink iptables iproute2"
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage1_package.sh" "$p" || exit 1