Skip to content

Commit

Permalink
toplevel.mk: remove legacy packages feed from 'make distclean'
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mcprat authored and aparcar committed Feb 20, 2021
1 parent 910b5d6 commit 8d8125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/toplevel.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)),)
Expand Down

0 comments on commit 8d8125a

Please sign in to comment.