1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 16:48:11 +03:00

make the iptables package robust to kernel config changes

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6447 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-03-01 11:59:42 +00:00
parent 278faa8f77
commit 517db6bdd8

View File

@ -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