diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 07:42:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-29 07:42:19 +0000 |
commit | 56e999eaf344ef77e9425ec59541ae44a2ab5d3d (patch) | |
tree | a2b257cabf1027ee76a31d303f9700f68bf0f722 /target/linux/ramips | |
parent | e1af779da156993138874561a2bbb2c2ba4f2910 (diff) | |
download | upstream-56e999eaf344ef77e9425ec59541ae44a2ab5d3d.tar.gz upstream-56e999eaf344ef77e9425ec59541ae44a2ab5d3d.tar.bz2 upstream-56e999eaf344ef77e9425ec59541ae44a2ab5d3d.zip |
kernel: update linux 3.6 to 3.6.8
Also refresh the affected patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34402 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 325a41cb06..0dce80cbb8 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 FEATURES:=squashfs -LINUX_VERSION:=3.6.7 +LINUX_VERSION:=3.6.8 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ |