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 | a4edb39d45e5d061b22a06a67b7e12c2c5345898 (patch) | |
tree | ae2dea7cdaffaef9d45bef016d055c3e1ce29edc /target/linux/omap35xx | |
parent | 0fe4fe06bb8f60a769fd8712aa5db75b77ed002c (diff) | |
download | upstream-a4edb39d45e5d061b22a06a67b7e12c2c5345898.tar.gz upstream-a4edb39d45e5d061b22a06a67b7e12c2c5345898.tar.bz2 upstream-a4edb39d45e5d061b22a06a67b7e12c2c5345898.zip |
[omap35xx] Add c++ std library to gumstix rte
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21870 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |