X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6331e0d599b67379c2bee1d584cf42ab94e9fc9e..a8401ca0b807b47cb479b0343171ac7de33541d7:/openwrt/Makefile?ds=sidebyside diff --git a/openwrt/Makefile b/openwrt/Makefile index 43ee3ddba..172e1b80c 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -128,11 +128,11 @@ source: $(TARGETS_SOURCE) ############################################################# clean: rm -rf $(TARGET_DIR) $(IMAGE).* - $(MAKE) $(DIST)-image-clean + $(MAKE) openwrt-image-clean dirclean: $(TARGETS_DIRCLEAN) rm -rf $(TARGET_DIR) $(IMAGE).* - $(MAKE) $(DIST)-image-clean + $(MAKE) openwrt-image-dirclean distclean: clean rm -rf $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR)