kernel: remove out of tree direct-io disable hack
[openwrt/staging/florian.git] / package / utils / mdadm / Makefile
index 8ebc02cfa5fcb9231434b3787f8631b2e9402d8c..c25f34e5117e76a3055a3b1ee25c229f95c8cb69 100644 (file)
@@ -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