diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2019-11-05 14:12:27 +0100 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2019-11-05 14:13:29 +0100 |
commit | ac97a4dba7e938575576ff2a78524e90f2dc215f (patch) | |
tree | 386592b33ae17d8c610f974c73fd93580eadc431 /Makefile | |
parent | 34db99dbaea41244961eb3eb92d0b990dad51432 (diff) | |
download | vyos-build-ac97a4dba7e938575576ff2a78524e90f2dc215f.tar.gz vyos-build-ac97a4dba7e938575576ff2a78524e90f2dc215f.zip |
do not add the serial option for vep4600
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -9,10 +9,6 @@ all: check_build_config: @scripts/check-config -.PHONY: vep4600_serial -vep4600_serial: - sed -i 's/union=overlay/union=overlay console=ttyS0,115200n8/g' scripts/live-build-config - .PHONY: prepare prepare: @set -e @@ -204,7 +200,7 @@ PACKET-debug: clean prepare .PHONY: vep4600 .ONESHELL: -vep4600: check_build_config clean vep4600_serial prepare +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 |