diff --git a/boards.sh b/boards.sh index faa3feb5e..da60f1ee8 100644 --- a/boards.sh +++ b/boards.sh @@ -51,7 +51,7 @@ install_board_specific (){ if [[ $BOARD == "odroidxu4" ]] ; then echo "blacklist ina231_sensor" > $DEST/cache/sdcard/etc/modprobe.d/blacklist-odroid.conf - chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove lirc" + chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove lirc >/dev/null 2>&1" fi