diff options
Diffstat (limited to 'package/iptables/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 5c6a8a6b5..a5ec6a777 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -43,4 +43,4 @@ define IPTABLES_UNINSTALL_TARGET_CMDS rm -rf $(TARGET_DIR)/usr/lib/xtables endef -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |