summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-23 20:58:16 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-23 20:58:16 +0100
commitea136142d467cf76b2e3d9d33a3ca1c93ae9d169 (patch)
tree5c7baf7bfc93393730aec1e7749daf8506cc512c /Makefile
parentc3cbc7af476fb78d29e7cc9845749032a978c14f (diff)
parente598fd03b6a2fdd5a1b73966b7141d4fa40fb962 (diff)
downloadvyos-build-ea136142d467cf76b2e3d9d33a3ca1c93ae9d169.tar.gz
vyos-build-ea136142d467cf76b2e3d9d33a3ca1c93ae9d169.zip
Merge branch 'current' into equuleus
* current: wireless: T1627: migrate to vyos-1x T1804: add python3-psutil to docker image Kernel: T1800: update to Linux 4.19.84 add api option to the ovf template hooks: fix installation of linux firmware files Kernel: T1791: update to Linux 4.19.82 Revert "docker: set always pull to use always latest container" docker: set always pull to use always latest container vyos-qat: adding pkg dependency Revert "Docker: always use libvyosconfig HEAD revision" do not add the serial option for vep4600 add build option for vep4600 Docker: always use libvyosconfig HEAD revision T1773: update Dockerfile for changes to libvyosconfig Firmware: bail out when there is a download error Kernel: T1728: update to Linux 4.19.79 T1726: update Linux Firmware to a more recent version (2019-10-07)
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: