diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-17 21:32:42 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-17 21:32:42 +0000 |
commit | 3f749d1e8e5b36e8a0d5450838e52ab4efd31001 (patch) | |
tree | 1cbf3b638fd5e4978b175d42e43f2e667b70e781 /target/linux/ramips | |
parent | 02b0c62f3379004cfbb6436b956c6ca75ee1d8f7 (diff) | |
download | mtk-20170518-3f749d1e8e5b36e8a0d5450838e52ab4efd31001.zip mtk-20170518-3f749d1e8e5b36e8a0d5450838e52ab4efd31001.tar.gz mtk-20170518-3f749d1e8e5b36e8a0d5450838e52ab4efd31001.tar.bz2 |
kernel: update linux 3.7 to 3.7.9
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35644
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 61b98ae..039a57c 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely FEATURES:=squashfs -LINUX_VERSION:=3.7.8 +LINUX_VERSION:=3.7.9 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |