2018-04-14 01:27:30 +02:00
|
|
|
all: its
|
|
|
|
|
2020-06-22 22:06:44 +02:00
|
|
|
OPENWRT_VERSION=19.07.3
|
2018-05-06 20:59:30 +02:00
|
|
|
|
|
|
|
its-ubnt-unifiac-lite:
|
2020-06-22 22:06:44 +02:00
|
|
|
IMAGEBUILDER_URL='https://downloads.openwrt.org/releases/$(OPENWRT_VERSION)/targets/ath79/generic/openwrt-imagebuilder-$(OPENWRT_VERSION)-ath79-generic.Linux-x86_64.tar.xz' ./build-image.sh control/ubnt-unifiac-lite
|
2018-04-14 01:27:30 +02:00
|
|
|
|
2020-06-22 22:06:44 +02:00
|
|
|
its: its-ubnt-unifiac-lite
|
2018-05-06 20:59:30 +02:00
|
|
|
|
2018-04-14 01:27:30 +02:00
|
|
|
DATE = $(shell date +'%Y%m%d')
|
|
|
|
VERSION = v0.$(DATE)
|
|
|
|
|
2018-05-06 20:59:30 +02:00
|
|
|
release-candidate: all release-images
|
2018-04-14 01:27:30 +02:00
|
|
|
|
|
|
|
tag:
|
|
|
|
git tag -f access-points/v0.$(DATE)
|
|
|
|
|
|
|
|
release-images:
|
|
|
|
git add images/$(VERSION)/*.image-manifest
|
|
|
|
git annex add images/$(VERSION)
|
|
|
|
git commit -m "aps: Release $(VERSION)"
|