mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
another rename, suggested by Odroid gurus
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user