Browse Source

OpenDingux/build.sh: Minor fix

pull/1216/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
378a99bfd5
  1. 5
      Packaging/OpenDingux/build.sh

5
Packaging/OpenDingux/build.sh

@ -50,6 +50,11 @@ prepare_buildroot() {
fi
git clone --depth=1 "${BUILDROOT_REPOS[$BUILDROOT_TARGET]}" "$BUILDROOT"
cd "$BUILDROOT"
# Work around a BR2_EXTERNAL initialization bug in older buildroots.
mkdir -p output
touch output/.br-external.mk
make ${BUILDROOT_DEFCONFIGS[$BUILDROOT_TARGET]}
cd -
}

Loading…
Cancel
Save