From 99b633ff3ca54d7abdfd410dde299151cc90ae83 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Tue, 2 Oct 2018 08:51:51 +0300 Subject: [PATCH] nanopineo: fix kernel defconfig typo --- configs/nanopineo_defconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/nanopineo_defconfig b/configs/nanopineo_defconfig index c894f1fe0e..c04a825efb 100644 --- a/configs/nanopineo_defconfig +++ b/configs/nanopineo_defconfig @@ -1,4 +1,5 @@ -BR2_aarch64=y +BR2_arm=y +BR2_cortex_a7=y BR2_ARM_FPU_VFPV4=y BR2_CCACHE=y BR2_CCACHE_DIR="$(TOPDIR)/.buildroot-ccache-nanopineo" @@ -14,7 +15,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/common/postscript.sh" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="https://github.com/friendlyarm/linux/archive/3f0ec3a78591ef3f0d06c59ae935de76d2c2de9b.tar.gz" -BR2_LINUX_KERNEL_DEFCONFIG="sunxu" +BR2_LINUX_KERNEL_DEFCONFIG="sunxi" BR2_PACKAGE_BUSYBOX_CONFIG="board/common/busybox.config" BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y BR2_PACKAGE_ALSA_UTILS=y