armbian-build/config/sources/marvell.conf
zador-blood-stained d135151a31 Move board-specific tweaks to LINUXFAMILY templates
Add sunxi-fel to list of installed tools on host
2016-05-05 21:10:37 +03:00

41 lines
842 B
Plaintext

BOOTLOADER='https://github.com/SolidRun/u-boot-armada38x'
BOOTBRANCH='u-boot-2013.01-15t1-clearfog'
BOOTSOURCE='u-boot-armada'
case $BRANCH in
default)
LINUXKERNEL='https://github.com/SolidRun/linux-armada38x'
KERNELBRANCH='linux-3.10.70-15t1-clearfog'
LINUXSOURCE='linux-armada'
;;
next)
LINUXKERNEL=$MAINLINE_KERNEL
KERNELBRANCH=$MAINLINE_KERNEL_BRANCH
LINUXSOURCE=$MAINLINE_KERNEL_SOURCE
;;
dev)
LINUXKERNEL=$MAINLINE_KERNEL
KERNELBRANCH=''
LINUXSOURCE=$MAINLINE_KERNEL_SOURCE
;;
esac
CPUMIN=800000
CPUMAX=1600000
GOVERNOR=ondemand
UBOOT_FILES="u-boot.mmc"
write_uboot_platform()
{
dd if=$1/u-boot.mmc of=$2 bs=512 seek=1 status=noxfer > /dev/null 2>&1
}
family_tweaks()
{
chroot $CACHEDIR/sdcard /bin/bash -c "apt-get -y -qq remove --auto-remove lirc linux-sound-base alsa-base alsa-utils bluez>/dev/null 2>&1"
}