[no ci] Makefile: list available packages

pull/1182/head
Viktor 2023-12-04 05:16:39 +01:00
parent 7fb17db6ee
commit 4a11666aab
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,7 @@ help:
- make list - show available device configurations\n \
- make deps - install build dependencies\n \
- make clean - remove defconfig and target folder\n \
- make package - list available packages\n \
- make distclean - remove buildroot and output folder\n \
- make br-linux - build linux kernel only\n \
- make all - build the device firmware\n\n"
@ -50,6 +51,9 @@ prepare:
toolname:
@general/scripts/show_toolchains.sh $(CONFIG)
package:
@find general/package/* -maxdepth 0 -type d -printf "br-%f\n" | grep -v patches
clean:
@rm -rf $(TARGET)/images $(TARGET)/target