Fix the procedure to put VID:PID. Apply the procedure to regnual.

This commit is contained in:
NIIBE Yutaka
2018-01-23 10:11:35 +09:00
parent 6c0c510347
commit d4c776e308
5 changed files with 23 additions and 8 deletions

3
src/configure vendored
View File

@@ -408,8 +408,7 @@ output_vendor_product_serial_strings () {
(echo "#! /bin/bash"
echo
echo 'FILE="build/gnuk-vidpid.elf"'
echo '. "binary-edit.sh"') > put-vid-pid-ver.sh
echo 'source "binary-edit.sh"') > put-vid-pid-ver.sh
if !(IFS=" "
while read -r VIDPID VERSION PRODUCT VENDOR; do