Skip to content
Snippets Groups Projects
Unverified Commit 134ddd41 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

build: add list-targets make target

`make list-targets` can be used to discover the available targets in
scripts.
parent 43f32e3c
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,10 @@ CheckTarget := [ '$(LEDE_TARGET)' ] \
CheckExternal := test -d lede || (echo 'You don'"'"'t seem to have obtained the external repositories needed by Gluon; please call `make update` first!'; false)
list-targets: FORCE
@$(foreach target,$(GLUON_TARGETS),echo '$(target)';)
GLUON_DEFAULT_PACKAGES := -odhcpd -ppp -ppp-mod-pppoe -wpad-mini gluon-core ip6tables hostapd-mini
GLUON_PACKAGES :=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment