diff options
Diffstat (limited to 'script/update')
| -rwxr-xr-x | script/update/project/release | 2 | ||||
| -rwxr-xr-x | script/update/vendor/download | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/script/update/project/release b/script/update/project/release index 8843f2d1..3b869f6a 100755 --- a/script/update/project/release +++ b/script/update/project/release @@ -11,7 +11,7 @@ eval "$(setvars "" vdir basename src_dirname srcdir _nogit _xm target romdir \      microcode_required CONFIG_HAVE_MRC CONFIG_HAVE_ME_BIN \      CONFIG_KBC1126_FIRMWARE CONFIG_INCLUDE_SMSC_SCH5545_EC_FW)" -_f="coreboot u-boot seabios flashrom grub memtest86plus me_cleaner uefitool" +_f="coreboot u-boot seabios flashrom grub memtest86plus uefitool"  _f="${_f} bios_extract biosutilities pico-serprog stm32-vserprog"  _f="${_f} rpi-pico-serprog" diff --git a/script/update/vendor/download b/script/update/vendor/download index de5abb68..2d90b9b0 100755 --- a/script/update/vendor/download +++ b/script/update/vendor/download @@ -42,7 +42,7 @@ build_dependencies()  {  	[ -d ${cbdir} ] || \  		x_ ./update project trees -f coreboot ${cbdir##*/} -	for d in uefitool biosutilities bios_extract me_cleaner; do +	for d in uefitool biosutilities bios_extract; do  		[ -d "src/${d}" ] && continue  		x_ ./update project trees -f "${d}"  	done | 
