mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-06 21:40:42 +01:00
make the iptables package robust to kernel config changes
SVN-Revision: 6447
This commit is contained in:
parent
c762548eee
commit
30ef579f48
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue