diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-03 11:02:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-03 11:02:03 +0000 |
commit | 625482aef1e35cbdd72f89b8b57318d115612347 (patch) | |
tree | f2ab9c963a17adf610bbe8ae5a2428246bf821b6 /target | |
parent | d9397119c5d31daeb10a83afb6cc02f3b40878b1 (diff) | |
download | upstream-625482aef1e35cbdd72f89b8b57318d115612347.tar.gz upstream-625482aef1e35cbdd72f89b8b57318d115612347.tar.bz2 upstream-625482aef1e35cbdd72f89b8b57318d115612347.zip |
switch to 2.6.27
SVN-Revision: 13832
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index 4aae711e22..7c1d44f9b5 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -11,7 +11,7 @@ BOARD:=ar71xx BOARDNAME:=Atheros AR71xx FEATURES:=squashfs tgz -LINUX_VERSION:=2.6.26.8 +LINUX_VERSION:=2.6.27.10 include $(INCLUDE_DIR)/target.mk |