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 | |
parent | 00e15a3abfca51c397cd3a0bb4812b6513a0cbd2 (diff) | |
download | upstream-b6869eb1cdc5261968374b33495a39bc4481673c.tar.gz upstream-b6869eb1cdc5261968374b33495a39bc4481673c.tar.bz2 upstream-b6869eb1cdc5261968374b33495a39bc4481673c.zip |
Update kernel to 2.6.34.5, add USB storage to profile
SVN-Revision: 22813
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 3 | ||||
-rw-r--r-- | target/linux/omap35xx/gumstix/target.mk | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 3cf5fabd76..fa526cf889 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 diff --git a/target/linux/omap35xx/gumstix/target.mk b/target/linux/omap35xx/gumstix/target.mk index f604a7eaa5..7ddd44bcbd 100644 --- a/target/linux/omap35xx/gumstix/target.mk +++ b/target/linux/omap35xx/gumstix/target.mk @@ -1,5 +1,5 @@ BOARDNAME:=Gumstix Overo -LINUX_VERSION:=2.6.34 +LINUX_VERSION:=2.6.34.5 define Target/Description Build firmware images for Gumstix Overo Boards |