aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/mdadm/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-04-12 09:35:14 +0200
committerFelix Fietkau <nbd@nbd.name>2017-04-26 10:27:45 +0200
commit0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b (patch)
tree0fbaf87f5d29a8440b51c7709e40d1746afeaa4f /package/utils/mdadm/Makefile
parent980c41f8e04f5586731e84492001971eb8371590 (diff)
downloadupstream-0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b.tar.gz
upstream-0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b.tar.bz2
upstream-0b7ed65cec8084bb98ae0e2758b7aca6c447cd4b.zip
kernel: remove out of tree direct-io disable hack
Direct-IO support has to be enabled for the release build anyway, so this hack is not worth keeping Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/utils/mdadm/Makefile')
-rw-r--r--package/utils/mdadm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/mdadm/Makefile b/package/utils/mdadm/Makefile
index 8ebc02cfa5..c25f34e511 100644
--- a/package/utils/mdadm/Makefile
+++ b/package/utils/mdadm/Makefile
@@ -27,7 +27,7 @@ define Package/mdadm
SUBMENU:=Disc
TITLE:=A tool for managing Soft RAID under Linux
URL:=http://www.kernel.org/pub/linux/utils/raid/mdadm/
- DEPENDS:=+@KERNEL_DIRECT_IO +libpthread +kmod-md-mod +kmod-md-raid0 +kmod-md-raid10 +kmod-md-raid1
+ DEPENDS:=+libpthread +kmod-md-mod +kmod-md-raid0 +kmod-md-raid10 +kmod-md-raid1
endef
define Package/mdadm/description