From 75213896a64fb79095eb2aa6155484229ae09f28 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 25 Jun 2015 16:59:29 +0200 Subject: [PATCH] Enable DIRECT_IO kernel config Fixes a kernel incompatiblity with the upstream OpenWrt modules regarding filesystem drivers (and probably other modules related to block devices). --- include/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/config b/include/config index faab30c8..905173d7 100644 --- a/include/config +++ b/include/config @@ -15,6 +15,8 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_IP_RULE=y CONFIG_BUSYBOX_CONFIG_FEATURE_IP_SHORT_FORMS=y CONFIG_BUSYBOX_CONFIG_FEATURE_WGET_TIMEOUT=y +CONFIG_KERNEL_DIRECT_IO=y + CONFIG_ATH_USER_REGD=y CONFIG_PACKAGE_ATH_DEBUG=y CONFIG_ATH10K_CT_COMMUNITY_FW=y