summaryrefslogtreecommitdiffstats
path: root/bootstrap-prepare.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-prepare.sh')
-rwxr-xr-xbootstrap-prepare.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/bootstrap-prepare.sh b/bootstrap-prepare.sh
index 8f4e230..1eae105 100755
--- a/bootstrap-prepare.sh
+++ b/bootstrap-prepare.sh
@@ -61,11 +61,7 @@ prepare_packages_from_git()
[ -d pkg ] || mkdir pkg
cd pkg
- for repo in zlib toolchains/binutils linux-libre eglibc \
- gmp toolchains/gcc-4.7 toolchains/gcc-defaults \
- busybox gmake opkg opkbuild opkhelper-3.0 \
- fakeroot file m4 config-dev \
- expat gettext libunistring; do
+ for repo in $(cat "${SCRIPT_DIR}/bootstrap-pkgs-git.txt"); do
log 'Preparing package %s...' "${repo##*/}"
if [ ! -d "${repo##*/}" ]; then
git clone --depth 1 \