X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/48b1fea7b5f95322ff1224fdaf2b7e1ba45408de..9b7cc699dfd90235b08dfeb0fe0acb5679bc3b7d:/openwrt/Makefile diff --git a/openwrt/Makefile b/openwrt/Makefile index 81ecc43f8..0fa90fb40 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -120,6 +120,7 @@ source: $(TARGETS_SOURCE) ############################################################# clean: rm -rf $(BUILD_DIR) $(IMAGE).* + -rm -f openwrt-* @$(MAKE) -C $(CONFIG) clean distclean: clean @@ -180,7 +181,7 @@ defconfig: $(CONFIG)/conf # Cleanup and misc junk # ############################################################# -clean: +clean: @$(MAKE) -C $(CONFIG) clean distclean: clean