diff options
Diffstat (limited to 'openwrt/package/arptables/Makefile')
-rw-r--r-- | openwrt/package/arptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/arptables/Makefile b/openwrt/package/arptables/Makefile index 03c6322fe1..3058fa18e1 100644 --- a/openwrt/package/arptables/Makefile +++ b/openwrt/package/arptables/Makefile @@ -44,3 +44,4 @@ install: $(IPKG_STATE_DIR)/info/arptables.list clean: rm -rf $(PKG_BUILD_DIR) + rm -f $(PKG_IPK) |