diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-08-26 11:24:23 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-08-26 11:24:23 +0000 |
commit | b6869eb1cdc5261968374b33495a39bc4481673c (patch) | |
tree | a55c8c752b17732fdac1ce5fab01eec8fd3bdf36 /target/linux/omap35xx/gumstix/profiles | |
parent | 00e15a3abfca51c397cd3a0bb4812b6513a0cbd2 (diff) | |
download | mtk-20170518-b6869eb1cdc5261968374b33495a39bc4481673c.zip mtk-20170518-b6869eb1cdc5261968374b33495a39bc4481673c.tar.gz mtk-20170518-b6869eb1cdc5261968374b33495a39bc4481673c.tar.bz2 |
Update kernel to 2.6.34.5, add USB storage to profile
SVN-Revision: 22813
Diffstat (limited to 'target/linux/omap35xx/gumstix/profiles')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 3cf5fab..fa526cf 100644 --- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk +++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk @@ -18,7 +18,8 @@ define Profile/Gumstix kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \ crda iw kmod-usb-hid luci luci-app-ntpc \ openssh-client openssh-client-utils openssh-keygen \ - openssh-server + openssh-server kmod-usb-storage kmod-usb-storage-extras \ + kmod-fs-vfat endef define Profile/Gumstix/Description |