summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-09-12 18:30:17 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-13 17:34:11 +0200
commit0d7383a0a7f5c69cb0e4a4eb0d32d2536cd7e0e8 (patch)
treec9d3fdad3182d92434235639b0de27b41b6986d6
parent327c985ce1b0e2809751abe612a03a1760b249aa (diff)
downloadbuildroot-0d7383a0a7f5c69cb0e4a4eb0d32d2536cd7e0e8.tar.gz
buildroot-0d7383a0a7f5c69cb0e4a4eb0d32d2536cd7e0e8.zip
configs/wandboard: Remove BR2_LINUX_KERNEL_CUSTOM_GIT
Now that we use a mainline kernel for wandboard, we no longer need to select BR2_LINUX_KERNEL_CUSTOM_GIT, so remove it. This fixes the following warning: make wandboard_defconfig /configs/wandboard_defconfig:19:warning: override: BR2_LINUX_KERNEL_CUSTOM_VERSION changes choice state # # configuration written to /home/fabio/buildroot/.config Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--configs/wandboard_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig
index 18d30d9525..4149ecf510 100644
--- a/configs/wandboard_defconfig
+++ b/configs/wandboard_defconfig
@@ -15,7 +15,6 @@ BR2_TARGET_UBOOT_FORMAT_IMG=y
BR2_TARGET_UBOOT_SPL=y
BR2_TARGET_UBOOT_SPL_NAME="SPL"
BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_GIT=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.7.3"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
OpenPOWER on IntegriCloud