X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=openwrt%2FMakefile;h=172e1b80c2d834481f9c620424431969de60f924;hb=3767571d99a5246be0f78145fd4d9e8b0d86d74f;hp=43ee3ddba5012fc1a618c90b72ee1cbf093716b6;hpb=4b1b3270b0d443e8651b71e4c92be8eed9ccced5;p=oweals%2Fopenwrt.git diff --git a/openwrt/Makefile b/openwrt/Makefile index 43ee3ddba5..172e1b80c2 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)