diff options
| author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-15 13:45:20 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-10-15 13:45:20 +0000 |
| commit | b2772e7b8f423dca4a6b5b490fa527241dd4dbf2 (patch) | |
| tree | 22c26f641906655fe52bf04da62adea0cc9dfced | |
| parent | 61db05650bdde4e3766a20e408da5bdf877a4f11 (diff) | |
guiness: added pci to MACHINE_FEATURES
| -rw-r--r-- | conf/machine/guinness.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/guinness.conf b/conf/machine/guinness.conf index 35cb1d2070..12143edf63 100644 --- a/conf/machine/guinness.conf +++ b/conf/machine/guinness.conf @@ -17,7 +17,7 @@ OLDEST_KERNEL = "2.6.17" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" -MACHINE_FEATURES = "kernel26 usbhost ext2" +MACHINE_FEATURES = "kernel26 usbhost ext2 pci" require conf/machine/include/tune-athlonmp.conf |
