another rename, suggested by Odroid gurus

This commit is contained in:
Igor Pečovnik
2015-12-31 19:20:27 +01:00
parent 0d39b31811
commit 286179688a
2 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ install_board_specific (){
fi
# Odroid
if [[ $BOARD == "odroidxu" ]] ; then
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"

View File

@@ -253,10 +253,10 @@
SERIALCON="ttyS3"
;;
odroidxu)#enabled
odroidxu4)#enabled
#description Exynos5422 XU3/XU4 octa core
#build 3
LINUXFAMILY="odroidxu"
LINUXFAMILY="odroidxu4"
BOOTSIZE="16"
BOOTCONFIG="odroid_config"
MODULES="bonding"
@@ -301,7 +301,7 @@
UBOOT_DEV_SOURCE=$UBOOT_DEFAULT_SOURCE
;;
odroidxu)
odroidxu4)
KERNEL_DEFAULT='https://github.com/hardkernel/linux'
KERNEL_DEFAULT_BRANCH="odroidxu3-3.10.y"
KERNEL_DEFAULT_SOURCE="linux-odroidxu"