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 | 32069b92a2adb1efac736d9527811385b99225ba (patch) | |
tree | 2b88aa664e502bbbe72ed0c6007576037eca33cd /target/linux/ar71xx | |
parent | a59a9bf3a9ae86ea8b6a0c2af93de2d3d526fdbc (diff) | |
download | upstream-32069b92a2adb1efac736d9527811385b99225ba.tar.gz upstream-32069b92a2adb1efac736d9527811385b99225ba.tar.bz2 upstream-32069b92a2adb1efac736d9527811385b99225ba.zip |
[ar71xx] switch to 2.6.27
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13832 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-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 |