diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-13 10:43:15 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-13 10:43:15 +0000 |
commit | 34318caeb6df26e4dc9bdbd81854c8bca7ff90ea (patch) | |
tree | 833fcad3cfd4f48dbac315185aaaf7f4cd575fe9 /target/linux/ar71xx/Makefile | |
parent | 930ebf26f0f9c91acab5e771ae7fa04dc404017f (diff) |
[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/Makefile')
-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 a048b421b..0a97a35f6 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 |