summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Pratt2021-01-31 00:01:32 +0000
committerPaul Spooren2021-02-20 23:11:10 +0000
commit8d8125a43b5fc356b8efb06f5ee77221a16a843c (patch)
treef03bca39fed5b0615b5acd82062071416e41b0aa
parent910b5d669f907656c6af14242db2482be6a79323 (diff)
downloadopenwrt-8d8125a43b5fc356b8efb06f5ee77221a16a843c.tar.gz
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 <mcpratt@pm.me>
-rw-r--r--include/toplevel.mk2
1 files changed, 1 insertions, 1 deletions
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)),)