summaryrefslogtreecommitdiff
path: root/openwrt/package/ustl/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-12-08 22:15:42 +0000
committerNicolas Thill <nico@openwrt.org>2005-12-08 22:15:42 +0000
commit14c6723d396967385a6877ec6cf0f2a3e8429c9d (patch)
tree7751f2d8667939256178f42502076f38e7610cb3 /openwrt/package/ustl/Config.in
parente2af66b18134a7c6ead35ece9bc9549b4ca05dc1 (diff)
downloadmtk-20170518-14c6723d396967385a6877ec6cf0f2a3e8429c9d.zip
mtk-20170518-14c6723d396967385a6877ec6cf0f2a3e8429c9d.tar.gz
mtk-20170518-14c6723d396967385a6877ec6cf0f2a3e8429c9d.tar.bz2
add uSTL package
SVN-Revision: 2603
Diffstat (limited to 'openwrt/package/ustl/Config.in')
-rw-r--r--openwrt/package/ustl/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/package/ustl/Config.in b/openwrt/package/ustl/Config.in
new file mode 100644
index 0000000..b08bc79
--- /dev/null
+++ b/openwrt/package/ustl/Config.in
@@ -0,0 +1,12 @@
+config BR2_PACKAGE_USTL
+ prompt "ustl.............................. C++ Standard Template Library for embedded systems"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ uSTL is a partial implementation of the STL (Standard Template
+ Library) that reduces code size by factoring memory management
+ code into a non-template base class and deriving containers
+ from it.
+
+ http://ustl.sourceforge.net/
+