From ac0e445cd69409b6ce9f5554629a2780fc4e2c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Mon, 11 Jan 2016 15:54:15 +0100 Subject: [PATCH] Suppress Perl warning --- boards.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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