move fuse from target/linux/package/ to package/, update to v2.5.3,
[openwrt.git] / Makefile
index dae32830c28b8243d02f6a31638551e3c4fa0558..92a49bf9e81c9fe7abd8a56ebc34a80a3af85dd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -98,10 +98,10 @@ world: ./scripts/config/conf FORCE
 clean: FORCE
        rm -rf build_* bin
 
-dirclean: clean FORCE
+dirclean: clean
        rm -rf staging_dir_* toolchain_build_*
 
-distclean: dirclean FORCE
+distclean: dirclean config-clean
        rm -rf dl .*config* .pkg*
 
 .PHONY: FORCE