summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-02-29 14:51:34 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-03-12 12:44:33 +0100
commit1c42131ad0887c28284d80bf8216ddc96c09cf09 (patch)
treeb9bf4d16d370958ee4f5deed36decbfb3a03b004 /configs
parent8b51e3cfc8f386d1f59fa8f9447ce90428d2a267 (diff)
avr32/defconfig: use current stable kernel instead of the old 2.6.35
Drop the patch for kernel >= 3.3 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'configs')
-rw-r--r--configs/atngw100_defconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig
index 5373b4499..57e39bd62 100644
--- a/configs/atngw100_defconfig
+++ b/configs/atngw100_defconfig
@@ -18,7 +18,5 @@ BR2_TARGET_UBOOT_2010_09=y
# Kernel
BR2_LINUX_KERNEL=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.35"
-BR2_LINUX_KERNEL_USE_DEFCONFIG=y
+BR2_LINUX_KERNEL_PATCH="linux/linux-3.2.5-0001-avr32-select-generic-atomic64_t-support.patch"
BR2_LINUX_KERNEL_DEFCONFIG="atngw100"