From: Peter Korsgaard Date: Fri, 27 Sep 2013 06:18:52 +0000 (+0200) Subject: nitrogen6x: fixup linux tarball setting X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=591bed40ff24d540d87872ea75967a445a6d80b9;p=buildroot.git nitrogen6x: fixup linux tarball setting A terminating '"' was missing. Signed-off-by: Peter Korsgaard --- diff --git a/configs/nitrogen6x_defconfig b/configs/nitrogen6x_defconfig index cc70a8ad7a..0c026db18f 100644 --- a/configs/nitrogen6x_defconfig +++ b/configs/nitrogen6x_defconfig @@ -21,6 +21,6 @@ BR2_TARGET_UBOOT_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/u-bo # kernel BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_TARBALL=y -BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/5809938/linux-imx6-5809938.tar.gz +BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="http://github.com/boundarydevices/linux-imx6/tarball/5809938/linux-imx6-5809938.tar.gz" BR2_LINUX_KERNEL_DEFCONFIG="nitrogen6x" BR2_LINUX_KERNEL_INSTALL_TARGET=y