diff options
author | John Crispin <blogic@openwrt.org> | 2015-05-27 20:06:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-05-27 20:06:06 +0000 |
commit | 5dacb25890a6d348fc91306f22e2980d058ea7af (patch) | |
tree | 13bd4d3c144ebec32c70b05fc3e78316fbf4cc7f /target/linux/ramips | |
parent | 57029292e7c08bf6d962481ac645b36edc101ac5 (diff) | |
download | upstream-5dacb25890a6d348fc91306f22e2980d058ea7af.tar.gz upstream-5dacb25890a6d348fc91306f22e2980d058ea7af.tar.bz2 upstream-5dacb25890a6d348fc91306f22e2980d058ea7af.zip |
ramips: dont set illacc to y by default
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45795 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/patches-3.18/999-disable_illacc.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-3.18/999-disable_illacc.patch b/target/linux/ramips/patches-3.18/999-disable_illacc.patch new file mode 100644 index 0000000000..a7e605d023 --- /dev/null +++ b/target/linux/ramips/patches-3.18/999-disable_illacc.patch @@ -0,0 +1,14 @@ +--- a/arch/mips/ralink/Kconfig ++++ b/arch/mips/ralink/Kconfig +@@ -13,9 +13,9 @@ + select CEVT_SYSTICK_QUIRK + + config RALINK_ILL_ACC +- bool ++ bool "illegal access irq" + depends on SOC_RT305X +- default y ++ default n + + config IRQ_INTC + bool |