Skip to content

Commit 63a3d6d

Browse files
IrakusSpottyMatt
authored andcommitted
Fixed build for 3b+
Make command was looking for file "raspi-3b+-tune.config" which should be same for 3b+ and 3b. Fixes #10
1 parent abed65f commit 63a3d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ all:
4141
.PHONY: system-prep
4242
system-prep:
4343
chmod a+x ./merge-config.sh
44-
sudo ./merge-config.sh ./performance-tune/raspi-$(RPI_MODEL)-tune.config /boot/config.txt
44+
sudo ./merge-config.sh ./performance-tune/raspi-$(SM_RPI_MODEL)-tune.config /boot/config.txt
4545
sudo cp -fv ./system-prep/usb-audio-by-default.conf /etc/modprobe.d/.
4646
[ -e "$(HOME)/.asoundrc" ] && rm "$(HOME)/.asoundrc" || true
4747
sudo apt-get update

0 commit comments

Comments
 (0)