Skip to content
Snippets Groups Projects
Commit 8d8125a4 authored by Michael Pratt's avatar Michael Pratt Committed by Paul Spooren
Browse files

toplevel.mk: remove legacy packages feed from 'make distclean'


package/openwrt-packages is left over
from what is now a legacy repository
and has no other reference in the build tree

Signed-off-by: default avatarMichael Pratt <mcpratt@pm.me>
parent 910b5d66
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ help:
cat README.md
distclean:
rm -rf bin build_dir .ccache .config* dl feeds key-build* logs package/feeds package/openwrt-packages staging_dir tmp
rm -rf bin build_dir .ccache .config* dl feeds key-build* logs package/feeds staging_dir tmp
@$(_SINGLE)$(SUBMAKE) -C scripts/config clean
ifeq ($(findstring v,$(DEBUG)),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment