diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 16:41:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-31 16:41:31 +0000 |
commit | e3848f8f4745bf562f1ef202ba1536a3703cc197 (patch) | |
tree | 09f04d1cd162ddce8dee15e213295a4720a41ed6 /openwrt/package/iptables | |
parent | 7773da2a8481bbe4b10fae7df75d760e8c381357 (diff) | |
download | mtk-20170518-e3848f8f4745bf562f1ef202ba1536a3703cc197.zip mtk-20170518-e3848f8f4745bf562f1ef202ba1536a3703cc197.tar.gz mtk-20170518-e3848f8f4745bf562f1ef202ba1536a3703cc197.tar.bz2 |
fix iptables build
SVN-Revision: 3867
Diffstat (limited to 'openwrt/package/iptables')
-rw-r--r-- | openwrt/package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 4c547be..34e6817 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 |