From 1d1db2f0e92c53673e3f803a416e2f91ddee4933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 21 Mar 2018 00:02:15 +0100 Subject: Add support for amd to linux --- sys-kernel/linux/files/config_prepare.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys-kernel/linux/files/config_prepare.sh') diff --git a/sys-kernel/linux/files/config_prepare.sh b/sys-kernel/linux/files/config_prepare.sh index f4ae6d4..c2b5854 100755 --- a/sys-kernel/linux/files/config_prepare.sh +++ b/sys-kernel/linux/files/config_prepare.sh @@ -6,7 +6,9 @@ B="$(dirname $0)" BASE=arch.config OVERLAY=overlay.config -if [ "$1" = "virt" ]; then +if [ "$1" = "amd" ]; then + OVERLAY=amd.config +elif [ "$1" = "virt" ]; then BASE= OVERLAY=virt.config fi -- cgit v1.2.3