From 286179688a45be55e959c32a9a5a6dc46e59f23b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Pe=C4=8Dovnik?= Date: Thu, 31 Dec 2015 19:20:27 +0100 Subject: [PATCH] another rename, suggested by Odroid gurus --- boards.sh | 2 +- configuration.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boards.sh b/boards.sh index a648103ae..e7c6d19b2 100644 --- a/boards.sh +++ b/boards.sh @@ -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" diff --git a/configuration.sh b/configuration.sh index e180d3656..8528424ae 100644 --- a/configuration.sh +++ b/configuration.sh @@ -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"