diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-06-22 07:07:24 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-06-22 07:07:24 +0000 |
commit | c75dcdd011b64878969dea2bdaa37715fbac50a1 (patch) | |
tree | 8419a899eeee4045dd0cc35c971651871a507854 /target/linux/omap35xx | |
parent | f8105cde7a3226a622fc061b7d301db31b3581ac (diff) | |
download | upstream-c75dcdd011b64878969dea2bdaa37715fbac50a1.tar.gz upstream-c75dcdd011b64878969dea2bdaa37715fbac50a1.tar.bz2 upstream-c75dcdd011b64878969dea2bdaa37715fbac50a1.zip |
Add c++ std library to gumstix rte
SVN-Revision: 21870
Diffstat (limited to 'target/linux/omap35xx')
-rw-r--r-- | target/linux/omap35xx/gumstix/profiles/gumstix.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/omap35xx/gumstix/profiles/gumstix.mk b/target/linux/omap35xx/gumstix/profiles/gumstix.mk index 381fdd11a4..27939a8196 100644 --- a/target/linux/omap35xx/gumstix/profiles/gumstix.mk +++ b/target/linux/omap35xx/gumstix/profiles/gumstix.mk @@ -12,7 +12,7 @@ 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 + python-mini python-openssl python-sqlite3 libstdcpp endef define Profile/Gumstix/Description |