FP4: Adapt extract-utils templates
diff --git a/setup-makefiles.sh b/setup-makefiles.sh
index 671b408..ca2586a 100755
--- a/setup-makefiles.sh
+++ b/setup-makefiles.sh
@@ -8,8 +8,8 @@
 
 set -e
 
-DEVICE=**** FILL IN DEVICE NAME ****
-VENDOR=**** FILL IN VENDOR NAME ****
+DEVICE=FP4
+VENDOR=fairphone
 
 # Load extract_utils and do some sanity checks
 MY_DIR="${BASH_SOURCE%/*}"