aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches-3.18/006-codec.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-03-25 15:15:01 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-05-03 21:27:12 +0200
commite6f9a8e89b0a95599d2c342bd878ec63b13e4f90 (patch)
treee80bc92410963e3adb90d0ec3889b5b73ca4a400 /target/linux/au1000/patches-3.18/006-codec.patch
parentc35425f4182e90601fa2c2f38b21a54eb49793ad (diff)
downloadupstream-e6f9a8e89b0a95599d2c342bd878ec63b13e4f90.tar.gz
upstream-e6f9a8e89b0a95599d2c342bd878ec63b13e4f90.tar.bz2
upstream-e6f9a8e89b0a95599d2c342bd878ec63b13e4f90.zip
au1000: Remove unmaintained target
This target only supports kernel 3.18, which is not supported in OpenWrt any more for multiple releases. It also looks like there is no active maintainer for this target. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/au1000/patches-3.18/006-codec.patch')
-rw-r--r--target/linux/au1000/patches-3.18/006-codec.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/au1000/patches-3.18/006-codec.patch b/target/linux/au1000/patches-3.18/006-codec.patch
deleted file mode 100644
index d80cf56ac9..0000000000
--- a/target/linux/au1000/patches-3.18/006-codec.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/arch/mips/alchemy/devboards/db1300.c
-+++ b/arch/mips/alchemy/devboards/db1300.c
-@@ -712,6 +712,7 @@ static struct platform_device db1300_lcd
-
- /**********************************************************************/
-
-+#ifdef CONFIG_TOUCHSCREEN_WM97XX
- static void db1300_wm97xx_irqen(struct wm97xx *wm, int enable)
- {
- if (enable)
-@@ -744,6 +745,15 @@ static int db1300_wm97xx_probe(struct pl
- return wm97xx_register_mach_ops(wm, &db1300_wm97xx_ops);
- }
-
-+#else
-+
-+static int db1300_wm97xx_probe(struct platform_device *pdev)
-+{
-+ return -1;
-+}
-+
-+#endif
-+
- static struct platform_driver db1300_wm97xx_driver = {
- .driver.name = "wm97xx-touch",
- .driver.owner = THIS_MODULE,