diff options
author | P. 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) |
commit | 463ca398e97f0aca9aaf3568dcc81f9c5ceddf42 (patch) | |
tree | 0c1e7922b2338f640fd0690708d94b43f5c17fb1 | |
parent | 5298118f8dc64fdfc9d2204fa2c3e29b775e2b4e (diff) |
bootstrap-prepare.sh: Add opkbuild, opkhelper-3.0.
-rwxr-xr-x | bootstrap-prepare.sh | 2 |
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 \ |