Remove not needed stuff from Armada packages

This commit is contained in:
Igor Pečovnik 2016-01-15 12:23:08 +01:00
parent 82be91cbc0
commit c382673b96

View File

@ -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