diff options
Diffstat (limited to 'openwrt/package/bridge')
-rw-r--r-- | openwrt/package/bridge/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/bridge/Makefile b/openwrt/package/bridge/Makefile index 4381b1d40..708666cd3 100644 --- a/openwrt/package/bridge/Makefile +++ b/openwrt/package/bridge/Makefile @@ -70,3 +70,4 @@ install: $(IPKG_STATE_DIR)/info/bridge.list clean: rm -rf $(PKG_BUILD_DIR) + rm -f $(PKG_IPK) |