diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-02-03 06:33:28 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-02-03 06:33:28 +0000 |
commit | c41e2b92bca751d87e421dd3fcd4f69d62e80c3c (patch) | |
tree | 89426b011339df2c035866f4ebfa8c2ff2fe704d /target | |
parent | 288331e239be41ee962f00918b4e571d022860be (diff) | |
download | upstream-c41e2b92bca751d87e421dd3fcd4f69d62e80c3c.tar.gz upstream-c41e2b92bca751d87e421dd3fcd4f69d62e80c3c.tar.bz2 upstream-c41e2b92bca751d87e421dd3fcd4f69d62e80c3c.zip |
gumstix: Add u-boot package to profile
SVN-Revision: 25338
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 0eae28216e..698eb454c6 100644 --- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk +++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk @@ -18,8 +18,8 @@ define Profile/Gumstix kmod-usb-serial-pl2303 kmod-usb-uhci kmod-cfg80211 \ kmod-lib80211 kmod-libertas-sd kmod-mac80211 libnl-tiny \ crda iw kmod-usb-hid \ - kmod-usb-storage kmod-usb-storage-extras \ - kmod-fs-vfat \ + kmod-usb-storage kmod-usb-storage-extras kmod-fs-vfat \ + uboot-omap35xx-omap3_overo \ hegw hegwtest mtd-utils endef |