diff options
author | John Crispin <john@openwrt.org> | 2013-07-14 18:01:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-07-14 18:01:00 +0000 |
commit | f7cf157712d95459e6d5c27d061cdc6aa2090c1e (patch) | |
tree | 9951d16ae938100d77e75b00d7ac9386703d5e2a /target/linux/ramips/rt288x | |
parent | 6d7e4776918652bce5e2b5da1a8f3ce401348af4 (diff) | |
download | upstream-f7cf157712d95459e6d5c27d061cdc6aa2090c1e.tar.gz upstream-f7cf157712d95459e6d5c27d061cdc6aa2090c1e.tar.bz2 upstream-f7cf157712d95459e6d5c27d061cdc6aa2090c1e.zip |
ramips: disable ill_acc driver by default
The driver seems to be causoing boot rpoblems on some SoCs
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37314
Diffstat (limited to 'target/linux/ramips/rt288x')
-rw-r--r-- | target/linux/ramips/rt288x/config-3.9 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/rt288x/config-3.9 b/target/linux/ramips/rt288x/config-3.9 index 561f871d65..598c97231f 100644 --- a/target/linux/ramips/rt288x/config-3.9 +++ b/target/linux/ramips/rt288x/config-3.9 @@ -121,6 +121,7 @@ CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y # CONFIG_PREEMPT_RCU is not set CONFIG_RALINK=y +# CONFIG_RALINK_ILL_ACC is not set # CONFIG_RALINK_USBPHY is not set CONFIG_RALINK_WDT=y # CONFIG_RCU_STALL_COMMON is not set |