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 | 980e4f7b0e9e379804abf446c524b0e21cbcbb05 (patch) | |
tree | 12cf7cc0ccf4c34a18cbde1045f28167f4b4c227 | |
parent | 9f8694d894e9c1b35d9467a2af7e24849ed08571 (diff) | |
download | upstream-980e4f7b0e9e379804abf446c524b0e21cbcbb05.tar.gz upstream-980e4f7b0e9e379804abf446c524b0e21cbcbb05.tar.bz2 upstream-980e4f7b0e9e379804abf446c524b0e21cbcbb05.zip |
atheros: upgrade to 2.6.28 by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14985 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |