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 | 304589a06627ac3221becbbe1bf2ac3434d9b1bc (patch) | |
tree | eef298dcf71a863587c06e55e0a76e8b83c5e89f | |
parent | b44b066543496c7dcead0df987a7f8cbae3ff3e0 (diff) | |
download | mtk-20170518-304589a06627ac3221becbbe1bf2ac3434d9b1bc.zip mtk-20170518-304589a06627ac3221becbbe1bf2ac3434d9b1bc.tar.gz mtk-20170518-304589a06627ac3221becbbe1bf2ac3434d9b1bc.tar.bz2 |
switch to 2.6.30
SVN-Revision: 17244
-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 a048b42..0a97a35 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 |