Add the infrastructure to support different flash sizes/address
[openwrt.git] / Makefile
index bee47c4..05c4f45 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -171,7 +171,7 @@ docclean:
        $(MAKE) -C docs/ clean
 
 symlinkclean:
-       find package -type l | xargs rm -f
+       find package -type l -exec rm -f {} +
 
 .SILENT: clean dirclean distclean symlinkclean config-clean download world
 FORCE: ;
This page took 0.023563 seconds and 4 git commands to generate.