diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-01 11:59:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-01 11:59:42 +0000 |
commit | fa37ea7fbf0380ad44559f6592dd5a65db41d996 (patch) | |
tree | 9e33a9659603f00179b84049dd893a3bb29199a9 /package | |
parent | 1e5e8b3ff45fe24db223fe500c8e487a49bf86b5 (diff) | |
download | upstream-fa37ea7fbf0380ad44559f6592dd5a65db41d996.tar.gz upstream-fa37ea7fbf0380ad44559f6592dd5a65db41d996.tar.bz2 upstream-fa37ea7fbf0380ad44559f6592dd5a65db41d996.zip |
make the iptables package robust to kernel config changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6447 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 1b6bfc0b1f..f29aad3f90 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -163,7 +163,11 @@ define Package/ip6tables TITLE:=IPv6 firewall administration tool endef +$(PKG_BUILD_DIR)/.configured: $(LINUX_DIR)/.config + define Build/Configure + $(MAKE) -C $(PKG_BUILD_DIR) \ + clean endef define Build/Compile |