diff --git a/stage2/05-Hw-tweaks/02-run-chroot.sh b/stage2/05-Hw-tweaks/02-run-chroot.sh index 8047ae600f..f8389a1d32 100644 --- a/stage2/05-Hw-tweaks/02-run-chroot.sh +++ b/stage2/05-Hw-tweaks/02-run-chroot.sh @@ -31,4 +31,4 @@ echo -e "\n# leaflet DTOverlay\ndtoverlay=leaflet-5-4" >> /boot/config.txt #i2c echo -e "\n# I2C\ndtparam=i2c_arm=on" >> /boot/config.txt -echo -e "\n# I2C\ndi2c-dev\ni2c-bcm2708" >> /etc/modules +echo -e "\n# I2C\ni2c-dev\ni2c-bcm2708" >> /etc/modules