summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c42766a4..7b319251 100644
--- a/Makefile
+++ b/Makefile
@@ -190,6 +190,19 @@ PACKET-debug: clean prepare
cd ..
@scripts/copy-image
+.PHONY: vep4600
+.ONESHELL:
+vep4600: 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/etc/systemd/network
+ cp tools/vep4600/90-vep4600.chroot build/config/hooks/live/
+ cp tools/vep4600/*.link build/config/includes.chroot/etc/systemd/network
+ cd $(build_dir)
+ lb build 2>&1 | tee build.log
+ cd ..
+ @scripts/copy-image
+
.PHONY: clean
.ONESHELL:
clean: