diff options
author | John Willis <John.Willis@Distant-earth.com> | 2009-05-30 01:51:50 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-30 14:32:53 +0200 |
commit | 13ee19b077addb5f0c78e7ba8f6a6507c11c1bab (patch) | |
tree | 61bc14d2f39023e295f99cce3c75cda83fcf1dc9 /recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf | |
parent | 22f2fe8b5b835a86ce64105661f978f976a7b1ba (diff) |
usb-gadget-mode: Add defaults for omap3-pandora and fix broken script.
Add default usb-gadget mode for the omap3-pandora and fix typo in
recipes/usb-gadget-mode/files/usb-gadget that breaks package.
Signed-off-by: John Willis <John.Willis@Distant-earth.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf')
-rw-r--r-- | recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf b/recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf new file mode 100644 index 0000000000..35ff0d4fa9 --- /dev/null +++ b/recipes/usb-gadget-mode/files/omap3-pandora/usb-gadget.conf @@ -0,0 +1,3 @@ +USB_MODE="composite" +MODULE_OPTIONS="" + |