summaryrefslogtreecommitdiff
path: root/target/mips/dragino-ms14s/patches/3.14.54/0019-MIPS-ath79-process-board-cmdline-option.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-06 17:00:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-06 17:09:16 +0100
commit7206a10548e457fc7ef77437b1502267262a493c (patch)
treee68d19b63921741f7393ee88a6cf0cca79de8d6f /target/mips/dragino-ms14s/patches/3.14.54/0019-MIPS-ath79-process-board-cmdline-option.patch
parentc547cbdb58018f37949f12c360d1ead8198d135a (diff)
ath79 board support
Use full OpenWrt patch for it, as it works better on 4.1.13 kernel. Deduplicate the patches for atheros devices.
Diffstat (limited to 'target/mips/dragino-ms14s/patches/3.14.54/0019-MIPS-ath79-process-board-cmdline-option.patch')
-rw-r--r--target/mips/dragino-ms14s/patches/3.14.54/0019-MIPS-ath79-process-board-cmdline-option.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/mips/dragino-ms14s/patches/3.14.54/0019-MIPS-ath79-process-board-cmdline-option.patch b/target/mips/dragino-ms14s/patches/3.14.54/0019-MIPS-ath79-process-board-cmdline-option.patch
deleted file mode 100644
index 13eae3b8c..000000000
--- a/target/mips/dragino-ms14s/patches/3.14.54/0019-MIPS-ath79-process-board-cmdline-option.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 4c84b317734842765cb1c52624fc569efd9222dc Mon Sep 17 00:00:00 2001
-From: Phil Sutter <phil@nwl.cc>
-Date: Tue, 13 May 2014 02:11:59 +0200
-Subject: [PATCH] MIPS: ath79: process board cmdline option
-
-This is necessary to correctly identify the running machine.
----
- arch/mips/ath79/setup.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c
-index 64807a4..0c95758 100644
---- a/arch/mips/ath79/setup.c
-+++ b/arch/mips/ath79/setup.c
-@@ -229,6 +229,8 @@ void __init plat_time_init(void)
- mips_hpt_frequency = cpu_clk_rate / 2;
- }
-
-+__setup("board=", mips_machtype_setup);
-+
- static int __init ath79_setup(void)
- {
- ath79_gpio_init();
---
-1.8.5.3
-