diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-10-16 12:22:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-10-16 12:22:57 +0000 |
commit | f07da1ca93834c9d94691c87b34ad4a601335af5 (patch) | |
tree | c2851c24926137b95207e1bb22f7f4cd2d512e73 /target/linux/avr32/Makefile | |
parent | bb3ee9d8322f11dea634e0dd61c4573e66f33f00 (diff) | |
download | upstream-f07da1ca93834c9d94691c87b34ad4a601335af5.tar.gz upstream-f07da1ca93834c9d94691c87b34ad4a601335af5.tar.bz2 upstream-f07da1ca93834c9d94691c87b34ad4a601335af5.zip |
resync avr32 with 2.6.23.atmel.1
SVN-Revision: 9332
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 5c7c0bca3c..cd5b4a4d18 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.22.4 +LINUX_VERSION:=2.6.23 include $(INCLUDE_DIR)/target.mk |