From: Michael Pratt Date: Sun, 31 Jan 2021 00:01:32 +0000 (-0500) Subject: toplevel.mk: remove legacy packages feed from 'make distclean' X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8d8125a43b5fc356b8efb06f5ee77221a16a843c;p=openwrt%2Fstaging%2Fneocturne.git 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: Michael Pratt --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 48ea44aa24..f5a2593a10 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -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)),)