summaryrefslogtreecommitdiffstats
path: root/bootstrap-prepare.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-02 10:56:58 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-02 10:56:58 (EDT)
commitc433c6d06e1fdcbfa70427ccce56f306fc87323a (patch)
tree451b10a6ecb46195be2f18bd7425f0c3bd0b0d82 /bootstrap-prepare.sh
parentf4b8f6e0c0161a13678bc73e4028d47960a4dad6 (diff)
bootstrap-prepare.sh: Add opkg.
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 70b3102..9b8d53b 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; do
+ busybox gmake opkg; do
log 'Preparing package %s...' "${repo##*/}"
if [ ! -d "${repo##*/}" ]; then
git clone --depth 1 \