diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2008-07-04 16:05:00 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2008-07-04 16:05:00 +0000 |
commit | 34d362d1a7c6c28b7a2d7c364972ef14091b29b9 (patch) | |
tree | bb791c41e8f5e2529c42eb05f202af8faf2024e5 /target/linux/at91/Makefile | |
parent | 385bcf948bbecb0db8f0b59f20453629b9e1deb1 (diff) | |
download | upstream-34d362d1a7c6c28b7a2d7c364972ef14091b29b9.tar.gz upstream-34d362d1a7c6c28b7a2d7c364972ef14091b29b9.tar.bz2 upstream-34d362d1a7c6c28b7a2d7c364972ef14091b29b9.zip |
First stage of update for at91 devices to 2.6.25.10 kernel
SVN-Revision: 11631
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 8a7d33019b..53eb448f22 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,7 +11,7 @@ BOARD:=at91 BOARDNAME:=Atmel AT91 FEATURES:=squashfs usb -LINUX_VERSION:=2.6.21.7 +LINUX_VERSION:=2.6.25.10 include $(INCLUDE_DIR)/target.mk |