diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-08-04 10:51:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-08-04 10:51:12 +0000 |
commit | d3eed638e638633d41a0a8896e2c34cc10546e36 (patch) | |
tree | 7f8c12d979f64de264abf20d0e47fe53d6028f56 /target | |
parent | 311753aef2cf0a1c9e73977fa3fd11d05cc3dfe7 (diff) | |
download | upstream-d3eed638e638633d41a0a8896e2c34cc10546e36.tar.gz upstream-d3eed638e638633d41a0a8896e2c34cc10546e36.tar.bz2 upstream-d3eed638e638633d41a0a8896e2c34cc10546e36.zip |
set atheros default kernel version to 2.6.30.4
SVN-Revision: 17122
Diffstat (limited to 'target')
-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 81a9ce08ab..63deab3ffd 100644 --- a/target/linux/atheros/Makefile +++ b/target/linux/atheros/Makefile @@ -11,7 +11,7 @@ BOARD:=atheros BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs jffs2 -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30.4 include $(INCLUDE_DIR)/target.mk |