diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-02-07 20:08:19 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-02-07 20:08:19 +0000 |
commit | 5d64853bce8e7b5985af2e023a7e70061bd11647 (patch) | |
tree | 38f1a3dc119df095b20630fe3df983f2c49f108c /target/linux/avr32/Makefile | |
parent | 78ef7bbd691b64947b12ac5bdcfb8d0e2ca64e64 (diff) | |
download | upstream-5d64853bce8e7b5985af2e023a7e70061bd11647.tar.gz upstream-5d64853bce8e7b5985af2e023a7e70061bd11647.tar.bz2 upstream-5d64853bce8e7b5985af2e023a7e70061bd11647.zip |
upgrade AVR32 to 2.6.24 - sync with 2.6.24.atmel.1
SVN-Revision: 10412
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 0530a49122..77b8c96f95 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.23.1 +LINUX_VERSION:=2.6.24 include $(INCLUDE_DIR)/target.mk |