diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-31 16:41:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-31 16:41:31 +0000 |
commit | d0dbee9899edf0ba58bd75b8cd1727b09e1142fd (patch) | |
tree | 6d36570f50a31465510726d8ac28ae0f025969cf /package/iptables | |
parent | b0b06701213ab57a994984a41937ad2eec5d0077 (diff) |
fix iptables build
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3867 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 4c547be99..34e681743 100644 --- a/package/iptables/Makefile +++ b/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 |