Fix bugfixes for Odroid C2 building and fixed upstream patch

This commit is contained in:
Igor Pecovnik
2016-04-14 18:11:04 +02:00
parent 223808eb5d
commit e2452aacac
4 changed files with 17 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ install_rtl8192cu()
#cp blacklist*.conf $CACHEDIR/sdcard/etc/modprobe.d/
}
if [[ $BRANCH == default ]]; then
if [[ $BRANCH == default && $ARCHITECTURE == arm ]]; then
display_alert "Installing additional driver" "RT8192" "info"
install_rtl8192cu
fi