aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch
diff options
context:
space:
mode:
authorPiotr Dymacz <pepe2k@gmail.com>2018-04-04 23:43:51 +0200
committerPiotr Dymacz <pepe2k@gmail.com>2018-04-06 23:11:00 +0200
commit6148c465561cb5ba0b05ba77ecfe7cd42faeb835 (patch)
tree4179aa0eb3cc45464cbcd45e51fdd197e2f535ec /target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch
parentbbc2e1d919c635e2c9fd0cd34a3bb3cce2632e97 (diff)
downloadupstream-6148c465561cb5ba0b05ba77ecfe7cd42faeb835.tar.gz
upstream-6148c465561cb5ba0b05ba77ecfe7cd42faeb835.tar.bz2
upstream-6148c465561cb5ba0b05ba77ecfe7cd42faeb835.zip
ar71xx: drop kernel 4.4 support
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch')
-rw-r--r--target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch b/target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch
deleted file mode 100644
index 64c7e881a7..0000000000
--- a/target/linux/ar71xx/patches-4.4/701-MIPS-ath79-add-routerboard-detection.patch
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/arch/mips/ath79/prom.c
-+++ b/arch/mips/ath79/prom.c
-@@ -136,6 +136,31 @@ void __init prom_init(void)
- initrd_end = initrd_start + fw_getenvl("initrd_size");
- }
- #endif
-+
-+ if (strstr(arcs_cmdline, "board=750Gr3") ||
-+ strstr(arcs_cmdline, "board=750i") ||
-+ strstr(arcs_cmdline, "board=750-hb") ||
-+ strstr(arcs_cmdline, "board=411") ||
-+ strstr(arcs_cmdline, "board=433") ||
-+ strstr(arcs_cmdline, "board=435") ||
-+ strstr(arcs_cmdline, "board=450") ||
-+ strstr(arcs_cmdline, "board=493") ||
-+ strstr(arcs_cmdline, "board=951G") ||
-+ strstr(arcs_cmdline, "board=H951L") ||
-+ strstr(arcs_cmdline, "board=952-hb") ||
-+ strstr(arcs_cmdline, "board=953gs") ||
-+ strstr(arcs_cmdline, "board=962") ||
-+ strstr(arcs_cmdline, "board=lhg") ||
-+ strstr(arcs_cmdline, "board=map-hb") ||
-+ strstr(arcs_cmdline, "board=map2-hb") ||
-+ strstr(arcs_cmdline, "board=wap-hb") ||
-+ strstr(arcs_cmdline, "board=wapg-sc") ||
-+ strstr(arcs_cmdline, "board=2011L") ||
-+ strstr(arcs_cmdline, "board=2011r") ||
-+ strstr(arcs_cmdline, "board=711Gr100") ||
-+ strstr(arcs_cmdline, "board=911L") ||
-+ strstr(arcs_cmdline, "board=922gs"))
-+ ath79_prom_append_cmdline("console", "ttyS0,115200");
- }
-
- void __init prom_free_prom_memory(void)