diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-27 12:28:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-27 12:28:34 +0000 |
commit | 696ad54999f0ff0e8f3a9ae291cf3b1f0c6e24b6 (patch) | |
tree | f106ca77a36d339e5d738a1f2187ae1cb8946c0e /conf | |
parent | c0a362fb94207c13670ff9cc25c18ef824f63dd1 (diff) |
guinness: add MACHINE_FEATURES
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/guinness.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/guinness.conf b/conf/machine/guinness.conf index 8345ff5fd8..35cb1d2070 100644 --- a/conf/machine/guinness.conf +++ b/conf/machine/guinness.conf @@ -17,5 +17,7 @@ OLDEST_KERNEL = "2.6.17" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" +MACHINE_FEATURES = "kernel26 usbhost ext2" + require conf/machine/include/tune-athlonmp.conf |