diff options
author | Steffen Sledz <sledz@DResearch.DE> | 2008-12-06 18:24:06 -0500 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2008-12-06 18:24:06 -0500 |
commit | 3b708b8e59b2146f01393ac9cf7505b15c723e53 (patch) | |
tree | 684a012ba296548d2628789a8913ea448054c5c3 /conf | |
parent | 654ede98b91d54f1cae410898921ba52545be200 (diff) |
vmware machine : We want to include 'tune-pentiumpro.inc' not 'pentiumpro.inc'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/vmware.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/vmware.conf b/conf/machine/vmware.conf index 4822c389a1..d318bb7c35 100644 --- a/conf/machine/vmware.conf +++ b/conf/machine/vmware.conf @@ -22,4 +22,4 @@ OLDEST_KERNEL = "2.6.17" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -require conf/machine/include/pentiumpro.inc +require conf/machine/include/tune-pentiumpro.inc |