diff options
author | Philip Balister <philip@balister.org> | 2007-08-27 21:12:04 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-08-27 21:12:04 +0000 |
commit | 098396df99c3b40b7cbcc769a5b22a89de35e32b (patch) | |
tree | 42124a3e70b43a432e76785260865f4cfce98646 /conf/machine/gumstix-verdex.conf | |
parent | 32465777d84d6c43c59310bf8904f0ee59b7460c (diff) |
gumstick-*.conf : Move machine specific parts from gumstix.inc to the gumstix-{connex,verdex}
machine files.
Diffstat (limited to 'conf/machine/gumstix-verdex.conf')
-rw-r--r-- | conf/machine/gumstix-verdex.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/gumstix-verdex.conf b/conf/machine/gumstix-verdex.conf index f08e3bafad..ab24552646 100644 --- a/conf/machine/gumstix-verdex.conf +++ b/conf/machine/gumstix-verdex.conf @@ -2,3 +2,5 @@ require conf/machine/include/gumstix.inc PACKAGE_EXTRA_ARCHS += " iwmmxt " +MACHINE_FEATURES += " usbhost " + |