[packages] replace @LINUX_2_6 with @!LINUX_2_4, fixes fallout after r23246
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23266 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/libnetfilter-queue
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
DEPENDS:=@LINUX_2_6 +libnfnetlink +kmod-nfnetlink-queue
|
||||
DEPENDS:=@!LINUX_2_4 +libnfnetlink +kmod-nfnetlink-queue
|
||||
TITLE:=API to packets queued by the kernel packet filter
|
||||
URL:=http://www.netfilter.org/projects/libnetfilter_queue/
|
||||
endef
|
||||
|
Reference in New Issue
Block a user