From c382673b96bf681e97f7347407c9f6dab2ca329e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Fri, 15 Jan 2016 12:23:08 +0100 Subject: [PATCH] Remove not needed stuff from Armada packages --- boards.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/boards.sh b/boards.sh index da60f1ee8d..b857b34cba 100644 --- a/boards.sh +++ b/boards.sh @@ -55,6 +55,13 @@ install_board_specific (){ fi + # Armada + if [[ $BOARD == "armada" ]] ; then + + chroot $DEST/cache/sdcard /bin/bash -c "apt-get -y -qq remove lirc linux-sound-base alsa-base alsa-utils bluez>/dev/null 2>&1" + + fi + # Udoo if [[ $BOARD == "udoo" ]] ; then