summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorGregory Hermant <gregory.hermant@calao-systems.com>2013-07-04 14:47:16 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-07 23:55:56 +0200
commit9cb3d08194942aad04ab9a07d85762a726ad1956 (patch)
treeb44063321f7f6943345ac8dcf68b5a82d75db5ee /configs
parent57a0b924c66bbc373f05c27e54f61c4a28cff136 (diff)
downloadbuildroot-novena-9cb3d08194942aad04ab9a07d85762a726ad1956.tar.gz
buildroot-novena-9cb3d08194942aad04ab9a07d85762a726ad1956.zip
snowball: fix download URL
Signed-off-by: Gregory Hermant <gregory.hermant@calao-systems.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/calao_snowball_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/calao_snowball_defconfig b/configs/calao_snowball_defconfig
index 360ed5129..0631b52a2 100644
--- a/configs/calao_snowball_defconfig
+++ b/configs/calao_snowball_defconfig
@@ -1,6 +1,6 @@
BR2_arm=y
BR2_cortex_a9=y
-BR2_GCC_VERSION_4_7_X=y
+BR2_KERNEL_HEADERS_3_4=y
# BR2_SOFT_FLOAT is not set
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
@@ -17,7 +17,7 @@ BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BOARDNAME="snowball"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://igloocommunity.org/git/kernel/igloo-kernel.git"
+BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="https://github.com/igloocommunity/igloo-kernel"
BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="stable-linux-ux500-3.4"
BR2_LINUX_KERNEL_PATCH="board/calao/snowball/"
BR2_LINUX_KERNEL_DEFCONFIG="u8500"