diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-08-13 10:43:15 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-08-13 10:43:15 +0000 |
commit | 38e93569320af039ffa3d737bdfbe0ae4c1b1a9a (patch) | |
tree | 833fcad3cfd4f48dbac315185aaaf7f4cd575fe9 /target/linux/ar71xx | |
parent | 0af2a7d0565262d9024e7308300110a476cda2a2 (diff) | |
download | upstream-38e93569320af039ffa3d737bdfbe0ae4c1b1a9a.tar.gz upstream-38e93569320af039ffa3d737bdfbe0ae4c1b1a9a.tar.bz2 upstream-38e93569320af039ffa3d737bdfbe0ae4c1b1a9a.zip |
[ar71xx] switch to 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index a048b421be..0a97a35f60 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Atheros AR71xx/AR7240/AR913x FEATURES:=squashfs jffs2 tgz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time -LINUX_VERSION:=2.6.28.10 +LINUX_VERSION:=2.6.30.4 include $(INCLUDE_DIR)/target.mk |