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 | c3bb351850d593e58d945127a2c946ff2b9825ee (patch) | |
tree | 6d36570f50a31465510726d8ac28ae0f025969cf /package/iptables | |
parent | 4cff7a62e4c5ada865c33bedcbd8d9d8f4fb537b (diff) | |
download | upstream-c3bb351850d593e58d945127a2c946ff2b9825ee.tar.gz upstream-c3bb351850d593e58d945127a2c946ff2b9825ee.tar.bz2 upstream-c3bb351850d593e58d945127a2c946ff2b9825ee.zip |
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 4c547be998..34e6817437 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 |