aps: Add per-profile targets to Makefile
This commit is contained in:
parent
b5034b46d1
commit
3cf0adaa48
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
@ -2,14 +2,18 @@ all: its
|
|||
|
||||
export IMAGEBUILDER_URL = http://downloads.lede-project.org/releases/17.01.4/targets/ar71xx/generic/lede-imagebuilder-17.01.4-ar71xx-generic.Linux-x86_64.tar.xz
|
||||
|
||||
its:
|
||||
its-tl-wr841-v10:
|
||||
./build-image.sh control/tl-wr841-v10
|
||||
|
||||
its-ubnt-unifiac-lite:
|
||||
./build-image.sh control/ubnt-unifiac-lite
|
||||
|
||||
its: its-ubnt-unifiac-lite its-tl-wr841-v10
|
||||
|
||||
DATE = $(shell date +'%Y%m%d')
|
||||
VERSION = v0.$(DATE)
|
||||
|
||||
release: tag all release-images
|
||||
release-candidate: all release-images
|
||||
|
||||
tag:
|
||||
git tag -f access-points/v0.$(DATE)
|
||||
|
|
Loading…
Reference in a new issue