mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 03:01:09 +02: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:
parent
278faa8f77
commit
517db6bdd8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user