diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-22 22:10:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-22 22:10:59 +0000 |
commit | 56ddbfff1e801c9f2e439116ed548a8b17a7302b (patch) | |
tree | a49a6ae5b40d74f34d442d98906d67c5138461d2 /target/linux | |
parent | 8d217b716266993846d4d6921ed75158230d8fb1 (diff) | |
download | upstream-56ddbfff1e801c9f2e439116ed548a8b17a7302b.tar.gz upstream-56ddbfff1e801c9f2e439116ed548a8b17a7302b.tar.bz2 upstream-56ddbfff1e801c9f2e439116ed548a8b17a7302b.zip |
atheros: upgrade to 2.6.28 by default
SVN-Revision: 14985
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/atheros/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index 4d7c316cec..210a016467 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -11,7 +11,7 @@ BOARD:=atheros BOARDNAME:=Atheros 231x/5312 FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.26.8 +LINUX_VERSION:=2.6.28.7 include $(INCLUDE_DIR)/target.mk |