summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2021-12-28 16:37:00 +0700
committerGitHub <noreply@github.com>2021-12-28 16:37:00 +0700
commitb23b692309e68c878ce9a2ff9b8b396e8484aaca (patch)
treef8627385f3b125cc5481dfb8ac9992e887b51893 /Makefile
parent5923731006e8cd20bf4c5b3821e69c3723926f84 (diff)
parentcd3716ec6375656db73f176abdf447f37dd6a66b (diff)
downloadvyos-build-b23b692309e68c878ce9a2ff9b8b396e8484aaca.tar.gz
vyos-build-b23b692309e68c878ce9a2ff9b8b396e8484aaca.zip
Merge pull request #210 from DmitriyEshenko/vyos-build-27122021-aaeon
Add interfaces map for AAEON devices: FWS-2280, FWS-2360, FWS-2365
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d583f794..d6150fa1 100644
--- a/Makefile
+++ b/Makefile
@@ -237,6 +237,18 @@ edgecore: check_build_config clean prepare
cd ..
@scripts/copy-image
+.PHONY: aaeon
+.ONESHELL:
+aaeon: check_build_config clean prepare
+ @set -e
+ @echo "It's not like I'm building this specially for you or anything!"
+ mkdir -p build/config/includes.chroot/lib/udev/rules.d/
+ cp tools/vendors/aaeon/64-vyos-aaeon*net.rules build/config/includes.chroot/lib/udev/rules.d/
+ cd $(build_dir)
+ lb build 2>&1 | tee build.log
+ cd ..
+ @scripts/copy-image
+
.PHONY: xcp-ng-iso
.ONESHELL:
xcp-ng-iso: check_build_config clean prepare