diff options
Diffstat (limited to 'openwrt/package/iproute2')
-rw-r--r-- | openwrt/package/iproute2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/iproute2/Makefile b/openwrt/package/iproute2/Makefile index ad2ba0094d..6c786eacfe 100644 --- a/openwrt/package/iproute2/Makefile +++ b/openwrt/package/iproute2/Makefile @@ -91,3 +91,4 @@ install: $(INSTALL_TARGETS) clean: rm -rf $(PKG_BUILD_DIR) + rm -f $(PKG_IP) $(PKG_TC) |