summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-06 21:12:11 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-06 21:12:11 +0100
commit5d54c6390c04c9f16f7e0276500699cddccc3e60 (patch)
tree0b224523b3d1bd744d2a12b7fe25930c0a0d0c5b /Makefile
parent736de7a6bbfb4808eaaab27b7c18817183383e5f (diff)
parent7b47b452ce86a9479b38d169f288c5eb585d5f2c (diff)
downloadvyos-build-5d54c6390c04c9f16f7e0276500699cddccc3e60.tar.gz
vyos-build-5d54c6390c04c9f16f7e0276500699cddccc3e60.zip
Merge branch 'current' of github.com:vyos/vyos-build into equuleus
* 'current' of github.com:vyos/vyos-build: Kernel: T1859: update to Linux 4.19.88 update vmware api settings update files for the vep4600 prevent 70-persistent-net.rules from being created systemd: pcscd: disable SmartCard service ndisc6: add ICMPv6 Neighbor Discovery tool
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b319251..89032002 100644
--- a/Makefile
+++ b/Makefile
@@ -196,8 +196,10 @@ 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
+ mkdir -p build/config/includes.chroot/usr/share/initramfs-tools/hooks
cp tools/vep4600/90-vep4600.chroot build/config/hooks/live/
- cp tools/vep4600/*.link build/config/includes.chroot/etc/systemd/network
+ cp tools/vep4600/*.link build/config/includes.chroot/etc/systemd/network/
+ cp tools/vep4600/vep4600 build/config/includes.chroot/usr/share/initramfs-tools/hooks/
cd $(build_dir)
lb build 2>&1 | tee build.log
cd ..