diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-11-25 13:49:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-11-25 13:49:57 +0000 |
commit | af87c33657b6da9ecfe917d90935ccec3c6b5d78 (patch) | |
tree | 4e4c4b66b98d94d6b7a95173127c7fad3571e6e0 /target/linux/avr32/Makefile | |
parent | 2503d8cc8397f183ba970eaa876bb49239c09505 (diff) | |
download | upstream-af87c33657b6da9ecfe917d90935ccec3c6b5d78.tar.gz upstream-af87c33657b6da9ecfe917d90935ccec3c6b5d78.tar.bz2 upstream-af87c33657b6da9ecfe917d90935ccec3c6b5d78.zip |
upgrade avr32 to 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13345 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 e07cb9aaa6..67524d95f1 100644 --- a/target/linux/avr32/Makefile +++ b/target/linux/avr32/Makefile @@ -10,7 +10,7 @@ ARCH:=avr32 BOARD:=avr32 BOARDNAME:=Atmel AVR32 FEATURES:=squashfs -LINUX_VERSION:=2.6.25.20 +LINUX_VERSION:=2.6.27.7 include $(INCLUDE_DIR)/target.mk |