diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-12 13:28:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-12 13:28:32 +0000 |
commit | f725494cb92b9428d282c4754041b358e508a58a (patch) | |
tree | 03a773c28847dcce3d21ddbec647a8623c5df97a /target/linux | |
parent | 59fb8414e32a651c26f7cc1deafb0b12238c49b0 (diff) | |
download | upstream-f725494cb92b9428d282c4754041b358e508a58a.tar.gz upstream-f725494cb92b9428d282c4754041b358e508a58a.tar.bz2 upstream-f725494cb92b9428d282c4754041b358e508a58a.zip |
avr32: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 71a84aeabe..e0184014ee 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:=3.3.8 +LINUX_VERSION:=3.8.2 include $(INCLUDE_DIR)/target.mk |