diff --git a/README.md b/README.md index 09d17729..f3739f67 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,18 @@ the images only, just use: make images The built images can be found in the directory /images. + + +There are three levels of 'make clean': + + make clean + +will only clean the Gluon-specific files; + + make cleanall + +will also call 'make clean' on the OpenWRT tree, and + + make dirclean + +will do all this, and call 'make dirclean' on the OpenWRT tree.