summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 1d45582..dae3283 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -102,7 +102,7 @@ dirclean: clean FORCE
rm -rf staging_dir_* toolchain_build_*
distclean: dirclean FORCE
- rm -rf .* dl
+ rm -rf dl .*config* .pkg*
.PHONY: FORCE
FORCE: