diff options
author | Michael Pratt <mcpratt@pm.me> | 2021-01-30 19:01:32 -0500 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-02-20 13:11:10 -1000 |
commit | 8d8125a43b5fc356b8efb06f5ee77221a16a843c (patch) | |
tree | f03bca39fed5b0615b5acd82062071416e41b0aa /include/toplevel.mk | |
parent | 910b5d669f907656c6af14242db2482be6a79323 (diff) | |
download | upstream-8d8125a43b5fc356b8efb06f5ee77221a16a843c.tar.gz upstream-8d8125a43b5fc356b8efb06f5ee77221a16a843c.tar.bz2 upstream-8d8125a43b5fc356b8efb06f5ee77221a16a843c.zip |
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>
Diffstat (limited to 'include/toplevel.mk')
-rw-r--r-- | include/toplevel.mk | 2 |
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)),) |