diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-19 21:23:02 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-19 21:23:02 +0000 |
commit | 36fc8bed41a19f6fa6e381b981130a817e56019c (patch) | |
tree | 60119c0326a6cc517734db2e031449391ccfc2d8 /target/linux/avr32/Makefile | |
parent | 962a7aa169194e69936587d337ee4d4f60c4a8b6 (diff) | |
download | upstream-36fc8bed41a19f6fa6e381b981130a817e56019c.tar.gz upstream-36fc8bed41a19f6fa6e381b981130a817e56019c.tar.bz2 upstream-36fc8bed41a19f6fa6e381b981130a817e56019c.zip |
avr32: switch to 3.3.2
uClibc-0.9.33 causes segfaults at least in iptables.
The segfaults are present with 2.6.39 as well, so it
makes no sense to stick to that version.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31351 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/avr32/Makefile')
-rw-r--r-- | target/linux/avr32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/avr32/Makefile b/target/linux/avr32/Makefile index 5729570507..da146dcd86 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atmel AVR32 FEATURES:=squashfs MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.39.4 +LINUX_VERSION:=3.3.2 include $(INCLUDE_DIR)/target.mk |