diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-06-25 08:08:05 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-06-25 08:08:05 +0000 |
commit | ca67278b9ec7e37f1a885db4381f86f3d9afd099 (patch) | |
tree | 360a2d8822d5b2dfec6d6a4ee6e0a64ed80c840f /target/linux/omap35xx/gumstix/profiles/gumstix.mk | |
parent | 6bc17e57b07b63370b96f4ef9fd19962a6d48690 (diff) | |
download | upstream-ca67278b9ec7e37f1a885db4381f86f3d9afd099.tar.gz upstream-ca67278b9ec7e37f1a885db4381f86f3d9afd099.tar.bz2 upstream-ca67278b9ec7e37f1a885db4381f86f3d9afd099.zip |
Use modules for wifi and usb
SVN-Revision: 21898
Diffstat (limited to 'target/linux/omap35xx/gumstix/profiles/gumstix.mk')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 27939a8196..60b2d2a1b8 100644 --- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk +++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk @@ -12,7 +12,11 @@ define Profile/Gumstix ext2 usb udev kmod-bluetooth ntpclient wpa-supplicant \ wireless-tools wpa-cli \ bluez-utils bluez-hcidump hegw usbutils python pyserial \ - python-mini python-openssl python-sqlite3 libstdcpp + python-mini python-openssl python-sqlite3 libstdcpp \ + kmod-usb-serial kmod-usb-serial-cp210x kmod-usb-serial-ftdi \ + kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \ + kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \ + crda iw endef define Profile/Gumstix/Description |