From e3848f8f4745bf562f1ef202ba1536a3703cc197 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 31 May 2006 16:41:31 +0000 Subject: [PATCH] fix iptables build SVN-Revision: 3867 --- openwrt/package/iptables/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 4c547be998..34e6817437 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -1,6 +1,7 @@ # $Id$ include $(TOPDIR)/rules.mk +include $(TOPDIR)/package/kernel.mk PKG_NAME:=iptables PKG_VERSION:=1.3.5 -- 2.25.1