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 c6d1a0725..777baf987 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -44,4 +44,4 @@ define IPTABLES_UNINSTALL_TARGET_CMDS rm -rf $(TARGET_DIR)/usr/lib/xtables endef -$(eval $(call AUTOTARGETS,package,iptables)) +$(eval $(call AUTOTARGETS)) |