diff options
Diffstat (limited to 'package/iptables/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index dbd2dc70a2..43c2fea69f 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -50,11 +50,4 @@ else IPTABLES_POST_INSTALL_TARGET_HOOKS += IPTABLES_TARGET_IPV6_REMOVE endif -define IPTABLES_UNINSTALL_TARGET_CMDS - rm -f $(TARGET_DIR)/usr/bin/iptables-xml - rm -f $(TARGET_DIR)/usr/sbin/iptables* $(TARGET_DIR)/usr/sbin/ip6tables* - rm -f $(TARGET_DIR)/usr/sbin/xtables-multi - rm -rf $(TARGET_DIR)/usr/lib/xtables -endef - $(eval $(autotools-package)) |