summaryrefslogtreecommitdiffstats
path: root/bootstrap-prepare.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-03 15:05:00 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-03 15:05:00 (EDT)
commit463ca398e97f0aca9aaf3568dcc81f9c5ceddf42 (patch)
tree0c1e7922b2338f640fd0690708d94b43f5c17fb1 /bootstrap-prepare.sh
parent5298118f8dc64fdfc9d2204fa2c3e29b775e2b4e (diff)
bootstrap-prepare.sh: Add opkbuild, opkhelper-3.0.
Diffstat (limited to 'bootstrap-prepare.sh')
-rwxr-xr-xbootstrap-prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 7a257dc..3601dc0 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -63,7 +63,7 @@ prepare_packages_from_git()
for repo in zlib toolchains/binutils linux-libre eglibc \
gmp toolchains/gcc-4.7 toolchains/gcc-defaults \
- busybox gmake opkg; do
+ busybox gmake opkg opkbuild opkhelper-3.0; do
log 'Preparing package %s...' "${repo##*/}"
if [ ! -d "${repo##*/}" ]; then
git clone --depth 1 \