[packages] replace @LINUX_2_6 with @!LINUX_2_4, fixes fallout after r23246
[openwrt/svn-archive/archive.git] / libs / libaio / Makefile
index fa004498131d726882e816908f873b18936ee3e4..147db8e4bc270386c94b34c37b7bdf5ec309ba2f 100644 (file)
@@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libaio
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=@LINUX_2_6
+  DEPENDS:=@!LINUX_2_4
   TITLE:=Linux kernel AIO interface access library
   URL:=http://lse.sourceforge.net/io/aio.html
 endef