summaryrefslogtreecommitdiffstats
path: root/bootstrap-stage1-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-stage1-test.sh')
-rwxr-xr-xbootstrap-stage1-test.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap-stage1-test.sh b/bootstrap-stage1-test.sh
index 7f100c6..543fcd5 100755
--- a/bootstrap-stage1-test.sh
+++ b/bootstrap-stage1-test.sh
@@ -74,6 +74,11 @@ test_packages()
for opk in ../pkg/*_${ARCH}_${PLAT}.opk ../pkg/*_${ARCH}_all.opk \
../pkg/*_all_${PLAT}.opk ../pkg/*_all_all.opk; do
[ -f "${opk}" ] || continue
+ case "${opk#../pkg/}" in
+ "build-essential-${ARCH}_"*) ;;
+ 'build-essential-common_'*) ;;
+ 'build-essential-'*) continue ;;
+ esac
cp "${opk}" .
done
sudo chroot . sh -c 'opkg install /*.opk'