toplevel.mk: remove legacy packages feed from 'make distclean'
authorMichael Pratt <mcpratt@pm.me>
Sun, 31 Jan 2021 00:01:32 +0000 (19:01 -0500)
committerPaul Spooren <mail@aparcar.org>
Sat, 20 Feb 2021 23:11:10 +0000 (13:11 -1000)
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>
include/toplevel.mk

index 48ea44aa2480ad2d80ca1dc2d45cf8a8193a109d..f5a2593a105c5bd2cec238c81f33d9f096525fa6 100644 (file)
@@ -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)),)