From b56c58f55db904970c5d5aaa2385d6e544694fb3 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Wed, 9 Oct 2013 16:44:12 +0200 Subject: fix wrong hwpack_type Signed-off-by: Anders Roxell --- linux-lng.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-lng.sh b/linux-lng.sh index 145fa9e..96429df 100755 --- a/linux-lng.sh +++ b/linux-lng.sh @@ -44,7 +44,7 @@ case "${hwpack}" in export device_type="arndale" ;; vexpress64) - export hwpack_type="vexpress64-rtsm" + export hwpack_type="vexpress64" export board_types="vexpress64-rtsm" export kernel_flavour="vexpress64" export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/ovs.conf linaro/configs/kvm-host.conf linaro/configs/vexpress64.conf" -- cgit v1.2.3