Browse Source

openwrt/multibuild: Avoid copying bitforce-firmware-flash, which is no longer included

Luke Dashjr 11 years ago
parent
commit
5f9ace4c28
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openwrt/multibuild.sh

+ 1 - 1
openwrt/multibuild.sh

@@ -52,7 +52,7 @@ for cfn in $vcfglist; do
 	yes '' | make oldconfig
 	make {tools,toolchain}/install package/bfgminer/{clean,compile}
 	mkdir "$reporoot/$plat" -pv
-	cp -v "bin/$plat/packages/"b{fgminer,itforce}*_${plat}.ipk "$reporoot/$plat/"
+	cp -v "bin/$plat/packages/"bfgminer*_${plat}.ipk "$reporoot/$plat/"
 	if [ -d "$reporoot/${BITSTREAM_PKG_PATH}" ]; then
 	(
 		cd "$reporoot/$plat"