[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:
@ -68,7 +68,7 @@ define BuildTemplate
|
||||
$$(call Package/xtables-addons)
|
||||
CATEGORY:=Network
|
||||
TITLE:=$(2) iptables extension
|
||||
DEPENDS:= @LINUX_2_6 iptables $(if $(4),+kmod-ipt-$(1))
|
||||
DEPENDS:= @!LINUX_2_4 iptables $(if $(4),+kmod-ipt-$(1))
|
||||
endef
|
||||
|
||||
define Package/iptables-mod-$(1)/install
|
||||
@ -87,7 +87,7 @@ define BuildTemplate
|
||||
define KernelPackage/ipt-$(1)
|
||||
SUBMENU:=Netfilter Extensions
|
||||
TITLE:=$(2) netfilter module
|
||||
DEPENDS:= @LINUX_2_6 kmod-ipt-core $(6)
|
||||
DEPENDS:= @!LINUX_2_4 kmod-ipt-core $(6)
|
||||
FILES:=$(foreach mod,$(4),$(PKG_BUILD_DIR)/extensions/$(mod).$(LINUX_KMOD_SUFFIX))
|
||||
AUTOLOAD:=$(call AutoLoad,$(5),$(notdir $(4)))
|
||||
endef
|
||||
|
Reference in New Issue
Block a user