diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-29 22:42:22 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-29 22:42:22 +0000 |
commit | 8f047925312e05a622919181a045cf8ae3ed5616 (patch) | |
tree | 942454f253f4013c4e510d5acd63d109289ddae6 /target/linux/ar71xx | |
parent | 36e6d4ca53495970956c697c8549d16ceb998242 (diff) | |
download | upstream-8f047925312e05a622919181a045cf8ae3ed5616.tar.gz upstream-8f047925312e05a622919181a045cf8ae3ed5616.tar.bz2 upstream-8f047925312e05a622919181a045cf8ae3ed5616.zip |
kernel: update to linux 3.10.4, refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37617
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 c123598e3b..07e24eeebe 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs targz mips16 CFLAGS:=-Os -pipe -mips32r2 -mtune=34kc -mno-branch-likely SUBTARGETS:=generic nand -LINUX_VERSION:=3.10.3 +LINUX_VERSION:=3.10.4 include $(INCLUDE_DIR)/target.mk |