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 | 12fb2d89b47a5004e00eb6fea320ea787fef860f (patch) | |
tree | 5d3d2a0982f43ee2ec89badb8ffa39968e1d1dcb /target/linux/at91/Makefile | |
parent | d8fac7f5f8a903a6ea6691e306a55270ed662094 (diff) | |
download | master-187ad058-12fb2d89b47a5004e00eb6fea320ea787fef860f.tar.gz master-187ad058-12fb2d89b47a5004e00eb6fea320ea787fef860f.tar.bz2 master-187ad058-12fb2d89b47a5004e00eb6fea320ea787fef860f.zip |
First stage of update for at91 devices to 2.6.25.10 kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11631 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |