summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-27 07:19:21 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-27 07:19:21 +0000
commit9c8a5ef1153e3402d8e8c69715bcfdef55c1ea4a (patch)
treeca0acec0c1c17a0ae42ce056f0518f4aeb83963f /target/linux/ar71xx
parent1d89a89667e24e7f69710fd96c89696220facc92 (diff)
downloadmtk-20170518-9c8a5ef1153e3402d8e8c69715bcfdef55c1ea4a.zip
mtk-20170518-9c8a5ef1153e3402d8e8c69715bcfdef55c1ea4a.tar.gz
mtk-20170518-9c8a5ef1153e3402d8e8c69715bcfdef55c1ea4a.tar.bz2
kernel: update 3.10 to 3.10.13
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38228
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r--target/linux/ar71xx/Makefile2
-rw-r--r--target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch15
2 files changed, 1 insertions, 16 deletions
diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile
index e80cc59..cabcf04 100644
--- a/target/linux/ar71xx/Makefile
+++ b/target/linux/ar71xx/Makefile
@@ -13,7 +13,7 @@ FEATURES:=squashfs targz mips16
CPU_TYPE=34kc
SUBTARGETS:=generic nand
-LINUX_VERSION:=3.10.12
+LINUX_VERSION:=3.10.13
include $(INCLUDE_DIR)/target.mk
diff --git a/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch b/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch
deleted file mode 100644
index b3a3cd3..0000000
--- a/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-From: Felix Fietkau <nbd@openwrt.org>
-Subject: [PATCH] MIPS: ath79: fix ar933x watchdog clock
-
-Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---- a/arch/mips/ath79/clock.c
-+++ b/arch/mips/ath79/clock.c
-@@ -164,7 +164,7 @@ static void __init ar933x_clocks_init(vo
- ath79_ahb_clk.rate = freq / t;
- }
-
-- ath79_wdt_clk.rate = ath79_ref_clk.rate;
-+ ath79_wdt_clk.rate = ath79_ahb_clk.rate;
- ath79_uart_clk.rate = ath79_ref_clk.rate;
- }
-