summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKim Hagen <kim.sidney@gmail.com>2019-11-05 14:12:27 +0100
committerKim Hagen <kim.sidney@gmail.com>2019-11-05 14:12:27 +0100
commit33c865b2ada281587b8d72d232db277973cf2a1e (patch)
tree16a15aafd82cf7715ed01d9cbae8d458475f14ed /Makefile
parent2ec7f9b30676d0eb2792311e6be969006aeb9a06 (diff)
downloadvyos-build-33c865b2ada281587b8d72d232db277973cf2a1e.tar.gz
vyos-build-33c865b2ada281587b8d72d232db277973cf2a1e.zip
do not add the serial option for vep4600
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9614ab67..7b319251 100644
--- a/Makefile
+++ b/Makefile
@@ -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
@@ -196,7 +192,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