diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-04 10:51:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-04 10:51:12 +0000 |
commit | f204634fda9f982124620224b2fc4a7cc2503e60 (patch) | |
tree | 4e7aa58f40de3de037ece59b2e56392f5be269bb /target | |
parent | 995803309d25c609b81f3e57c109149210b29a0d (diff) |
set atheros default kernel version to 2.6.30.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17122 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 81a9ce08a..63deab3ff 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 |