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 | a71b9f5d0474925e942c726a32d8939721a78551 (patch) | |
tree | 802f9f3c1ffa4385b500c3e04bd73cbe2919136f /target/linux/avr32/Makefile | |
parent | 19b2c06b090b7615d4e4682f6ded771fdb7979b9 (diff) | |
download | upstream-a71b9f5d0474925e942c726a32d8939721a78551.tar.gz upstream-a71b9f5d0474925e942c726a32d8939721a78551.tar.bz2 upstream-a71b9f5d0474925e942c726a32d8939721a78551.zip |
avr32: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35984
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 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 |