From c433c6d06e1fdcbfa70427ccce56f306fc87323a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 02 Jun 2013 10:56:58 -0400 Subject: bootstrap-prepare.sh: Add opkg. --- (limited to 'bootstrap-prepare.sh') 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 \ -- cgit v0.9.1