summaryrefslogtreecommitdiffstats
path: root/package/ustl/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-08 22:15:42 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-12-08 22:15:42 +0000
commit8bc453a49c360ea3d366af4e6c505da898694e2e (patch)
tree4b3025a83dd03c07acde84657aae73b035a0ec21 /package/ustl/Config.in
parent9fa48fca6ddd9998a520ab41044a290d707e6b2c (diff)
add uSTL package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ustl/Config.in')
-rw-r--r--package/ustl/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/ustl/Config.in b/package/ustl/Config.in
new file mode 100644
index 000000000..b08bc791d
--- /dev/null
+++ b/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/
+