1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 04:32:00 +03:00

[package] kernel: fix dependencies for kmod-ipt-filter (required by qos-scripts)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15563 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-05-02 23:51:05 +00:00
parent a826f98491
commit 649ce937a6

View File

@ -1,3 +1,4 @@
# #
# Copyright (C) 2006-2008 OpenWrt.org # Copyright (C) 2006-2008 OpenWrt.org
# #
@ -78,7 +79,7 @@ define KernelPackage/ipt-filter
KCONFIG:=$(KCONFIG_IPT_FILTER) KCONFIG:=$(KCONFIG_IPT_FILTER)
FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX)) FILES:=$(foreach mod,$(IPT_FILTER-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m))) AUTOLOAD:=$(call AutoLoad,45,$(notdir $(IPT_FILTER-m)))
DEPENDS:= kmod-ipt-core @LINUX_2_4||+kmod-textsearch DEPENDS:=kmod-ipt-core +LINUX_2_6:kmod-textsearch
endef endef
define KernelPackage/ipt-filter/description define KernelPackage/ipt-filter/description