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 | cb96e3bad45e418f1091e293e62bac45aef43fe4 (patch) | |
tree | 4e7aa58f40de3de037ece59b2e56392f5be269bb /target/linux/atheros | |
parent | 293393f7d8b77d370091153659baabbf83f9114e (diff) | |
download | upstream-cb96e3bad45e418f1091e293e62bac45aef43fe4.tar.gz upstream-cb96e3bad45e418f1091e293e62bac45aef43fe4.tar.bz2 upstream-cb96e3bad45e418f1091e293e62bac45aef43fe4.zip |
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/linux/atheros')
-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 |